better selectors, eliminate unnecessary CSS
This commit is contained in:
parent
83fd3517fe
commit
4b2e3fd71a
1 changed files with 1 additions and 5 deletions
|
@ -9,14 +9,10 @@ body, textarea {
|
|||
}
|
||||
|
||||
@media (max-width:870px) {
|
||||
.row [class*='c']{
|
||||
.row column {
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin: 1% auto;
|
||||
}
|
||||
.row:last-child column {
|
||||
margin-bottom: 2.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Add table
Reference in a new issue