mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-08 23:50:27 +00:00
fix column mobile styles
This commit is contained in:
@@ -89,12 +89,6 @@ section:first-child
|
||||
overflow auto
|
||||
padding 0 1em
|
||||
box-sizing border-box
|
||||
@media screen and (max-width: 700px)
|
||||
width 100%
|
||||
float none
|
||||
margin-top 1em
|
||||
&:first-child
|
||||
margin-top 0
|
||||
|
||||
.column3-5
|
||||
width (100/5*3)%
|
||||
@@ -105,6 +99,13 @@ section:first-child
|
||||
.column1-2
|
||||
width 50%
|
||||
|
||||
.column
|
||||
@media screen and (max-width: 700px)
|
||||
width 100%
|
||||
float none
|
||||
margin-top 1em
|
||||
&:first-child
|
||||
margin-top 0
|
||||
.invite-form
|
||||
position relative
|
||||
.btn
|
||||
|
||||
Reference in New Issue
Block a user