CSS
This commit is contained in:
@@ -108,10 +108,10 @@ h1
|
|||||||
display: none
|
display: none
|
||||||
|
|
||||||
section:first-of-type
|
section:first-of-type
|
||||||
flex-basis: 70%
|
flex-basis: 50%
|
||||||
|
|
||||||
section:nth-of-type(2)
|
section:nth-of-type(2)
|
||||||
flex-basis: 30%
|
flex-basis: 50%
|
||||||
|
|
||||||
|
|
||||||
@include mobile
|
@include mobile
|
||||||
|
|||||||
@@ -114,10 +114,10 @@ h1 {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#pageContainer section#input article form section:first-of-type {
|
#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) {
|
#pageContainer section#input article form section:nth-of-type(2) {
|
||||||
flex-basis: 30%;
|
flex-basis: 50%;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 900px) {
|
@media screen and (max-width: 900px) {
|
||||||
#pageContainer section#input article {
|
#pageContainer section#input article {
|
||||||
|
|||||||
Reference in New Issue
Block a user