adjusted index view to 4 coloumns

This commit is contained in:
antil0pa 2020-01-20 08:18:47 +01:00
parent 1f8c94c33a
commit c1db400925
2 changed files with 15 additions and 6 deletions

View File

@ -104,6 +104,10 @@
clear: both;
}
#flex .columns {
height: auto;
}
}
@media (max-width: 900px) and (min-width:601px) {

View File

@ -74,20 +74,25 @@ a:hover {
}
#flex {
display: flex;
width: 80vw;
/* display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
justify-content: space-evenly;*/
}
#flex .columns {
height: 600px;
}
#flex .three {
margin-left: 30px;
margin-right: 30px;
padding-left: 30px;
padding-right: 30px;
}
#flex h2 {
/*#flex h2 {
text-align: center;
}
}*/
.padding {
padding: 3rem 1rem;