Skip to content

Commit aa2f821

Browse files
committed
Wide
1 parent 7fdc0d3 commit aa2f821

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

stylesheets/styles.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ strong {
565565
}
566566

567567
.wrapper {
568-
width: 650px;
568+
width: 850px;
569569
margin: 0 auto;
570570
position: relative;
571571
}
@@ -691,7 +691,7 @@ header p {
691691
left: 0;
692692
right: 50%;
693693
height: 50px;
694-
margin-right: -382px;
694+
margin-right: -482px;
695695
position: fixed;
696696
top: 115px;
697697
background: url(../images/background_cable.jpg) #ffcc00 top right repeat-x;
@@ -749,7 +749,7 @@ header p {
749749
#banner .fork {
750750
position: fixed;
751751
left: 50%;
752-
margin-left: -325px;
752+
margin-left: -425px;
753753
padding: 10px 12px;
754754
margin-top: 6px;
755755
line-height: 14px;
@@ -792,7 +792,7 @@ header p {
792792
}
793793

794794
section {
795-
width: 590px;
795+
width: 790px;
796796
padding: 30px 30px 50px 30px;
797797
margin: 20px 0;
798798
margin-top: 190px;
@@ -860,7 +860,7 @@ footer {
860860
line-height: 16px;
861861
}
862862

863-
@media print, screen and (max-width: 1060px) {
863+
@media print, screen and (max-width: 1260px) {
864864
div.wrapper {
865865
width: auto;
866866
margin: 0;
@@ -896,7 +896,7 @@ footer {
896896
border-width: 1px 0;
897897
padding: 20px auto;
898898
margin: 190px auto 20px;
899-
max-width: 600px;
899+
max-width: 800px;
900900
}
901901

902902
footer {
@@ -908,7 +908,7 @@ footer {
908908
width: auto;
909909
}
910910
}
911-
@media print, screen and (max-width: 720px) {
911+
@media print, screen and (max-width: 920px) {
912912
body {
913913
word-wrap: break-word;
914914
}

0 commit comments

Comments
 (0)