change rwd font for fronted page
This commit is contained in:
parent
f337e5580b
commit
f2b37f2776
|
@ -35,6 +35,10 @@
|
||||||
width: 650%;
|
width: 650%;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
|
@media (min-width: $screen-sm) {
|
||||||
|
width: 450%;
|
||||||
|
font-size: 0.3em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#full-layout-canvas {
|
#full-layout-canvas {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -391,6 +391,10 @@
|
||||||
width: 650%;
|
width: 650%;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
|
@media (min-width: $screen-sm) {
|
||||||
|
width: 450%;
|
||||||
|
font-size: 0.3em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Page specific styles
|
// Page specific styles
|
||||||
|
|
Loading…
Reference in New Issue