Skip to content

Commit b070689

Browse files
authored
Update style.css
1 parent c012749 commit b070689

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
@media (width > 750px) {
2+
body {
3+
width: 50%;
4+
min-width: 750px;
5+
margin: auto;
6+
}
7+
}
8+
19
body {
2-
width: 50%;
3-
margin: auto;
410
font-family: Georgia
511
}
612

0 commit comments

Comments
 (0)