🚎🏇 Checkpoint

./style.css:617503/606
./index.html:617503/120
This commit is contained in:
Glitch (hello-webpage)
2020-10-15 17:34:52 +00:00
parent 47fbecb010
commit 34487b8267
2 changed files with 5 additions and 3 deletions

View File

@ -30,9 +30,9 @@ body {
}
.wrapper {
min-height: 100vh;
min-height: 95vh;
display: grid;
place-items: left;
place-items: center;
}
.content {
@ -48,6 +48,7 @@ body {
}
.btn--remix {
font-family: HK Grotesk;
padding-left: .75rem;
padding-right: .75rem;
padding-top: .5rem;
@ -69,5 +70,6 @@ body {
}
.illustration {
max-width: 80%;
}