Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit d49443b

Browse files
authored
Merge pull request #60 from emceeaich/emceeaich-patch-1
Partial fix for #54
2 parents d51abdb + eb06286 commit d49443b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
margin: 0;
88
padding: 2vw;
99
height: 100vh;
10-
width: 100vw;
10+
width: 100%;
1111
}
1212

1313
a {
@@ -153,4 +153,4 @@ tbody tr:nth-of-type(2n) a {
153153
footer {
154154
margin-top: 4vh;
155155
margin-bottom: 2vh;
156-
}
156+
}

0 commit comments

Comments
 (0)