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 {
|
body.page-homepage {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
||||||
@include tablet {
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -24,11 +20,8 @@ body.page-homepage {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin: 2rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
@include mobile {
|
|
||||||
margin: 2rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -78,7 +71,7 @@ body.page-homepage {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-list {
|
.content-list {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
|
|
||||||
.card-image {
|
.card-image {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue