Skip to content

Commit 2fad1ad

Browse files
committed
.
1 parent a721c46 commit 2fad1ad

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

css/styles.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ body {
1717
.grid-container {
1818
justify-content: center;
1919
display: flex;
20-
height: 95vh;
20+
height: 99vh;
2121
width: 99vw;
22+
margin: 0;
23+
padding: 0;
2224
align-items: center;
2325
justify-content: space-around;
2426
color: #ffffff;
@@ -191,17 +193,16 @@ footer {
191193
position: relative;
192194
justify-content: center;
193195
align-content: center;
194-
bottom: 0;
195196
border-bottom: solid 1px;
196197
border-top: solid 1px;
198+
bottom: 0px;
197199

198200
a {
199201
text-decoration: none;
200202
}
201203
}
202204

203205
.link {
204-
bottom: 0;
205206
font-size: 15px;
206207
}
207208

0 commit comments

Comments
 (0)