Skip to content

Commit 4d207b2

Browse files
committed
Game sections are as wide as the screen.
1 parent 304e225 commit 4d207b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ section {
6666
margin-right: auto;
6767
}
6868

69+
section.game {
70+
width: 100%;
71+
}
72+
6973
p {
7074
font-family: "Open Sans", sans-serif;
7175
color: #999;

0 commit comments

Comments
 (0)