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: style.css
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,22 @@ footer p {
177
177
float: right;
178
178
display: block;
179
179
}
180
+
.footleft {
181
+
float: none;
182
+
margin-left:0;
183
+
}
184
+
.footright {
185
+
float: none;
186
+
margin-right:0;
187
+
}
188
+
.footlefta {
189
+
display: block;
190
+
text-align: center;
191
+
}
192
+
.footrighta {
193
+
display: block;
194
+
text-align: center;
195
+
}
180
196
}
181
197
182
198
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
0 commit comments