Skip to content

Commit d7acd17

Browse files
committed
improve view for <500 px wide screens
1 parent e396241 commit d7acd17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_assets/borg.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ header {
1212
}
1313

1414
#logo {
15-
width: 600px;
15+
max-width: 600px;
1616
margin: 0 auto;
1717
}
1818

@@ -22,7 +22,8 @@ header h1 {
2222
}
2323

2424
main.content {
25-
width: 600px;
25+
max-width: 600px;
26+
padding: 0 1rem 0 1rem;
2627
margin: 0 auto;
2728
}
2829

0 commit comments

Comments
 (0)