Skip to content

Commit 338d2bd

Browse files
committed
Fix UI - Small Screen #3
1 parent 3cacb31 commit 338d2bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/styles/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ textarea {
205205
font-size: 12px;
206206
}
207207

208-
.column p{
208+
.column p {
209209
margin: 2px;
210210
font-size: xx-small;
211211
}
@@ -234,15 +234,15 @@ textarea {
234234
float: left;
235235
width: 100%;
236236
height: 50px;
237-
border: 2px solid #eee;
237+
border: 1px solid #D8D8D8;
238238
border-radius: 5%;
239239
}
240240

241241
.column:nth-of-type(even) {
242242
float: right;
243243
width: 100%;
244244
height: 50px;
245-
border: 2px solid #eee;
245+
border: 1px solid #D8D8D8;
246246
border-radius: 5%;
247247
}
248248

0 commit comments

Comments
 (0)