Improve sizing of recent posts
This commit is contained in:
parent
ec609ae562
commit
926e62518c
1 changed files with 2 additions and 9 deletions
|
@ -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-bottom: 1rem;
|
||||
|
||||
@include mobile {
|
||||
margin: 2rem;
|
||||
}
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -78,7 +71,7 @@ body.page-homepage {
|
|||
}
|
||||
|
||||
.content-list {
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
|
||||
.card-image {
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue