mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +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) {
|
||||
|
||||
html {
|
||||
background:C_PAGEBG;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 608pt;
|
||||
box-shadow: 0 0 0 1px C_BBORDER;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
}
|
||||
|
@ -245,9 +255,6 @@ HASH(#itime-progress) {
|
|||
}
|
||||
|
||||
@media screen and (min-width:768pt) {
|
||||
html {
|
||||
background:C_PAGEBG;
|
||||
}
|
||||
body {
|
||||
box-shadow: 0 0 0 1px C_BBORDER;
|
||||
max-width: 768pt;
|
||||
|
|
Loading…
Add table
Reference in a new issue