CSS
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user