Skip to content

Commit 4d3a2f2

Browse files
committed
update css
1 parent c815851 commit 4d3a2f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/css/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
// width:20%
88
//}
99
section {
10-
width:72%;
10+
width:800px;
1111
padding-bottom:50px;
1212
scroll-padding-right:50px;
1313
}
1414

1515
.wrapper {
16-
width:100%;
16+
width:75%;
1717
}
1818

19-
@media print, screen and (max-width: 1240px) {
19+
@media print, screen and (max-width: 1380px) {
2020

2121
div.wrapper {
2222
width:auto;

0 commit comments

Comments
 (0)