Improve sizing of recent posts

This commit is contained in:
Jake Howard 2024-02-17 20:43:48 +00:00
parent ec609ae562
commit 926e62518c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 9 deletions

View File

@ -1,10 +1,6 @@
body.page-homepage {
min-height: 100vh;
@include tablet {
height: 100vh;
}
main {
background-repeat: no-repeat;
background-size: cover;
@ -24,11 +20,8 @@ body.page-homepage {
flex-direction: column;
align-items: center;
justify-content: center;
margin: 2rem;
margin-bottom: 1rem;
@include mobile {
margin: 2rem;
}
}
h1 {
@ -78,7 +71,7 @@ body.page-homepage {
}
.content-list {
width: 100%;
width: 90%;
.card-image {
overflow: hidden;