RWD changes
This commit is contained in:
parent
0799ee04db
commit
fffdb58fa4
1 changed files with 3 additions and 11 deletions
14
css/rwd.css
14
css/rwd.css
|
@ -77,8 +77,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* margins for large (l) screens */
|
/* margins for large (l) screens */
|
||||||
.large-ma0,
|
.large-ma0 { margin: 0 !important; }
|
||||||
.large-man { margin: 0 !important; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
@ -147,8 +146,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
/* margins for small (s) screens */
|
/* margins for small (s) screens */
|
||||||
.small-ma0,
|
.small-ma0 { margin: 0 !important; }
|
||||||
.small-man { margin: 0 !important; }
|
|
||||||
|
|
||||||
/* Responsive grids */
|
/* Responsive grids */
|
||||||
.grid4 > * {width: 49% !important; }
|
.grid4 > * {width: 49% !important; }
|
||||||
|
@ -161,7 +159,6 @@
|
||||||
|
|
||||||
/* quick smartphone reset */
|
/* quick smartphone reset */
|
||||||
.mod,
|
.mod,
|
||||||
.item,
|
|
||||||
.col,
|
.col,
|
||||||
fieldset {
|
fieldset {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
@ -172,10 +169,6 @@
|
||||||
margin-right: 0 !important;
|
margin-right: 0 !important;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.w30,
|
|
||||||
.w33,
|
|
||||||
.w40,
|
|
||||||
.w50,
|
|
||||||
.w300p,
|
.w300p,
|
||||||
.w400p,
|
.w400p,
|
||||||
.w500p {
|
.w500p {
|
||||||
|
@ -230,6 +223,5 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
/* margins for tiny (t) screens */
|
/* margins for tiny (t) screens */
|
||||||
.tiny-ma0,
|
.tiny-ma0 { margin: 0 !important; }
|
||||||
.tiny-man { margin: 0 !important; }
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue