change rwd font for fronted page

This commit is contained in:
邱博亞 2020-10-05 22:41:42 +08:00
parent f337e5580b
commit f2b37f2776
2 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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