Initial progress towards responsive for mobile
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
display: flex;
|
||||
|
||||
@include screen-size(mobile) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-content {
|
||||
flex: 1 1 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user