Skip to content

Commit

Permalink
fix: precaution measure, tighten certain css rules
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Jan 11, 2022
1 parent 9d9ea9f commit af46e0b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3532,6 +3532,10 @@
}
body #Blog1 header {
position: inherit;
}
body.more-active header {
position: fixed;
top: 0px;
Expand Down Expand Up @@ -4111,6 +4115,10 @@
}
body #Blog1 footer {
width: auto;
}
body .column-center-outer, body footer {
width: 100%;
}
Expand Down Expand Up @@ -4160,6 +4168,11 @@
@media only screen and (max-width: 479px) {
body #Blog1 header {
height: auto;
position: inherit;
}
body header:not([class~="fixed"]) {
height: 3em;
}
Expand Down
13 changes: 13 additions & 0 deletions blog-theme/theme+adsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3530,6 +3530,10 @@
}
body #Blog1 header {
position: inherit;
}
body.more-active header {
position: fixed;
top: 0px;
Expand Down Expand Up @@ -4105,6 +4109,10 @@
}
body #Blog1 footer {
width: auto;
}
body .column-center-outer, body footer {
width: 100%;
}
Expand Down Expand Up @@ -4154,6 +4162,11 @@
@media only screen and (max-width: 479px) {
body #Blog1 header {
height: auto;
position: inherit;
}
body header:not([class~="fixed"]) {
height: 3em;
}
Expand Down
13 changes: 13 additions & 0 deletions blog-theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3525,6 +3525,10 @@
}
body #Blog1 header {
position: inherit;
}
body.more-active header {
position: fixed;
top: 0px;
Expand Down Expand Up @@ -4100,6 +4104,10 @@
}
body #Blog1 footer {
width: auto;
}
body .column-center-outer, body footer {
width: 100%;
}
Expand Down Expand Up @@ -4149,6 +4157,11 @@
@media only screen and (max-width: 479px) {
body #Blog1 header {
height: auto;
position: inherit;
}
body header:not([class~="fixed"]) {
height: 3em;
}
Expand Down

0 comments on commit af46e0b

Please sign in to comment.