fixed more layout issues

This commit is contained in:
Frederik Palmø 2024-03-02 21:21:34 +01:00
parent cf314bc0ec
commit c650259660

View File

@ -50,7 +50,7 @@ header {
main {
display: flex;
flex-flow: row;
justify-content: space-around;
justify-content: center;
}
@media only screen and (max-width: 600px) {
@ -231,6 +231,7 @@ button:active {
.articles {
display: flex;
flex-flow: column nowrap;
max-width: 700px;
}
.info {