This commit is contained in:
2024-11-02 20:01:20 +10:00
parent c2a0ee0b99
commit 15fbf7b57c
2 changed files with 4 additions and 4 deletions

View File

@@ -108,10 +108,10 @@ h1
display: none
section:first-of-type
flex-basis: 70%
flex-basis: 50%
section:nth-of-type(2)
flex-basis: 30%
flex-basis: 50%
@include mobile

View File

@@ -114,10 +114,10 @@ h1 {
display: none;
}
#pageContainer section#input article form section:first-of-type {
flex-basis: 70%;
flex-basis: 50%;
}
#pageContainer section#input article form section:nth-of-type(2) {
flex-basis: 30%;
flex-basis: 50%;
}
@media screen and (max-width: 900px) {
#pageContainer section#input article {