mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-15 17:24:38 +00:00
slight update to page widths
This commit is contained in:
parent
63aba48524
commit
09e3a171cc
1 changed files with 10 additions and 3 deletions
|
@ -221,6 +221,16 @@ HASH(#itime-progress) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 480px) {
|
@media screen and (min-width: 480px) {
|
||||||
|
|
||||||
|
html {
|
||||||
|
background:C_PAGEBG;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width: 608pt;
|
||||||
|
box-shadow: 0 0 0 1px C_BBORDER;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
}
|
}
|
||||||
|
@ -245,9 +255,6 @@ HASH(#itime-progress) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width:768pt) {
|
@media screen and (min-width:768pt) {
|
||||||
html {
|
|
||||||
background:C_PAGEBG;
|
|
||||||
}
|
|
||||||
body {
|
body {
|
||||||
box-shadow: 0 0 0 1px C_BBORDER;
|
box-shadow: 0 0 0 1px C_BBORDER;
|
||||||
max-width: 768pt;
|
max-width: 768pt;
|
||||||
|
|
Loading…
Add table
Reference in a new issue