Shuffle css elements
This commit is contained in:
parent
97afd713df
commit
869ad66b21
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user