You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/themes/twitter/css/style.css
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
html,body {
3
3
background-color:#eee;
4
4
}
5
-
body {
6
-
padding-top:40px; /* 40px to make the container go all the way to the bottom of the topbar */
5
+
.navbar {
6
+
margin-bottom:0;
7
+
}
8
+
.container>footer {
9
+
margin-top:20px;
7
10
}
8
11
.container>footerp {
9
12
text-align: center; /* center align it with the container */
10
13
}
11
-
.container {
12
-
width:820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
0 commit comments