Skip to content

Commit 63d30bb

Browse files
fabiocolaciojasonm23
authored andcommitted
Improve table spacing for foghorn.css
1 parent f79c15a commit 63d30bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

foghorn.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic&subset=latin);
22

3+
table {
4+
width: 100%;
5+
}
6+
7+
table, th, td {
8+
padding: 5px;
9+
}
10+
11+
312
html, body {
413
padding:1em;
514
margin:auto;

0 commit comments

Comments
 (0)