Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit c4a5904

Browse files
committed
Make the width more responsive based on browser width.
1 parent 099caac commit c4a5904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

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

1414
div.content {
15-
width: 980px;
15+
max-width: 980px;
1616
margin: 0 auto;
1717
border: solid #9CDAF9;
1818
border-width: 0 15px;
@@ -74,7 +74,7 @@ blockquote .src {
7474
section.layout {
7575
display: inline-block;
7676
vertical-align: top;
77-
width: 455px;
77+
width: 45%;
7878
margin: 0 12px;
7979
padding: 0;
8080
}

0 commit comments

Comments
 (0)