Shuffle css elements

This commit is contained in:
Mats Rauhala 2021-01-25 21:24:15 +02:00
parent 97afd713df
commit 869ad66b21
1 changed files with 6 additions and 5 deletions

View File

@ -39,6 +39,12 @@ h2 {
font-size: 2rem;
}
.projectlist {
display: flex;
align-items: center;
justify-content: space-between;
}
article .header {
font-size: 1.4rem;
font-style: italic;
@ -109,11 +115,6 @@ article .header {
}
}
.projectlist {
display: flex;
align-items: center;
justify-content: space-between;
}
@media (min-width: 640px) {
body {