! Mobile friendly css
This commit is contained in:
parent
306773fd85
commit
0153463360
@ -193,7 +193,8 @@ ul.timeline > li:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 768px) {
|
||||||
|
body { min-width: 100%; }
|
||||||
p { font-size: x-large; }
|
p { font-size: x-large; }
|
||||||
li { font-size: x-large; }
|
li { font-size: x-large; }
|
||||||
h6 { font-size: x-large; }
|
h6 { font-size: x-large; }
|
||||||
@ -212,3 +213,15 @@ ul.timeline > li:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only (max-width: 1024px) {
|
||||||
|
p { font-size: xxx-large; }
|
||||||
|
li { font-size: xxx-large; }
|
||||||
|
h6 { font-size: xxx-large; }
|
||||||
|
.media-float { float: none!important; }
|
||||||
|
.section-header { font-size: 4rem; }
|
||||||
|
.card-title { font-size: 5rem; }
|
||||||
|
.card-subtitle { font-size: 2.75rem; }
|
||||||
|
.card { max-width: 100%; }
|
||||||
|
.bigger { font-size: 2.75rem; }
|
||||||
|
.container { max-width: 90%; }
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user