We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cacb31 commit 338d2bdCopy full SHA for 338d2bd
public/styles/style.css
@@ -205,7 +205,7 @@ textarea {
205
font-size: 12px;
206
}
207
208
- .column p{
+ .column p {
209
margin: 2px;
210
font-size: xx-small;
211
@@ -234,15 +234,15 @@ textarea {
234
float: left;
235
width: 100%;
236
height: 50px;
237
- border: 2px solid #eee;
+ border: 1px solid #D8D8D8;
238
border-radius: 5%;
239
240
241
.column:nth-of-type(even) {
242
float: right;
243
244
245
246
247
248
0 commit comments