changed mobile view margins
This commit is contained in:
parent
3ac71de95e
commit
77fa27b1d2
1 changed files with 5 additions and 0 deletions
|
@ -194,6 +194,11 @@ table tr:nth-child(2n) {
|
||||||
@media only screen and (device-width: 1000px),
|
@media only screen and (device-width: 1000px),
|
||||||
only screen and (max-width:1000px) {
|
only screen and (max-width:1000px) {
|
||||||
|
|
||||||
|
.c-main {
|
||||||
|
margin-left: 4%;
|
||||||
|
margin-right: 4%;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-header {
|
.cm-header {
|
||||||
font-size: 8px;
|
font-size: 8px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
Loading…
Reference in a new issue