Skip to content

Commit a5439cd

Browse files
committed
Update site styling
1 parent 78281ec commit a5439cd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/css/owncloud.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* Supplemental Formatting Styles
3+
*/
4+
b,
5+
dt,
6+
strong,
7+
th {
8+
font-weight: 700;
9+
}
10+
111
/**
212
* Supplemental Navigation Styles
313
*/
@@ -33,6 +43,9 @@ footer div.container div.row-full div.col-third {
3343
width: 33%;
3444
}
3545

46+
/**
47+
* Supplemental Responsive Styles
48+
*/
3649
@media screen and (max-width: 600px) {
3750
footer div.container div.row-full {
3851
margin-left: 0;

0 commit comments

Comments
 (0)