Display blog article on landing page
This commit is contained in:
@@ -54,6 +54,36 @@ main > nav
|
||||
color: var(--pico-color-green-500);
|
||||
}
|
||||
|
||||
@media (min-width: 1200px)
|
||||
{
|
||||
.list-articles{
|
||||
padding-top: 2vw;
|
||||
display: inline-flex;
|
||||
gap:30px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
width: 30vw;
|
||||
height: 35vw;
|
||||
}
|
||||
|
||||
article > header {
|
||||
height: 15vw;
|
||||
}
|
||||
|
||||
article > .subtitle {
|
||||
height: 10vw;
|
||||
|
||||
article footer{
|
||||
display: block;
|
||||
height: 5vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px)
|
||||
{
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user