Skip to content

Commit 64ea347

Browse files
committed
css style fix
1 parent 999a96d commit 64ea347

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ section {
1010
width:800px;
1111
padding-bottom:50px;
1212
scroll-padding-right:50px;
13+
padding-left:300px;
1314
}
1415

1516
.wrapper {
1617
width:75%;
1718
}
1819

19-
@media print, screen and (max-width: 1380px) {
20+
@media print, screen and (max-width: 1560px) {
2021

2122
div.wrapper {
2223
width:auto;
2324
margin:0;
25+
padding-right: 50px;
2426
}
2527

2628
header, section, footer {

0 commit comments

Comments
 (0)