Skip to content

Commit 5db74e0

Browse files
committed
improved responsiveness
1 parent d184a1e commit 5db74e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/style.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ textarea {
241241
background: #000;
242242
color: #888;
243243
text-align: right;
244-
/* height: 104px;*/
244+
height: 104px;
245245
}
246246
.footlinks a {
247247
display: inline-block;
@@ -295,6 +295,9 @@ textarea {
295295
background: #000;
296296
color: #888;
297297
}
298+
.foot {
299+
height: auto;
300+
}
298301
}
299302

300303
/* Misc */

0 commit comments

Comments
 (0)