Skip to content

Commit aa5ce4e

Browse files
authored
Update bases.py
1 parent c7229ec commit aa5ce4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

htagui/basics/bases.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
3838
.input[type="text"] {
3939
font-family: ubuntu;
40-
padding:4px;
40+
font-size: 1em;
41+
padding:6px;
4142
border-radius: 4px;
4243
border: 2px solid #EEE;
4344
width: calc(100% - 16px);
@@ -50,7 +51,8 @@
5051
5152
.textarea {
5253
font-family: ubuntu;
53-
padding:4px;
54+
font-size: 1em;
55+
padding:6px;
5456
border-radius: 4px;
5557
border: 2px solid #EEE;
5658
width: calc(100% - 16px);

0 commit comments

Comments
 (0)