reverting
This commit is contained in:
@@ -87,6 +87,16 @@ a {
|
|||||||
background: rgba(255,255,255,.10);
|
background: rgba(255,255,255,.10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* scroll to top */
|
||||||
|
#scroll-to-top {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 20px;
|
||||||
|
right: 20px;
|
||||||
|
z-index: 99;
|
||||||
|
font-size: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
/* feature include tweaks */
|
/* feature include tweaks */
|
||||||
.feature-alert p:last-of-type { margin-bottom: 0; }
|
.feature-alert p:last-of-type { margin-bottom: 0; }
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|||||||
@@ -1217,7 +1217,6 @@ blockquote {
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
max-width: 100vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
@@ -1235,8 +1234,12 @@ object {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
main * {
|
@media (max-width: 768px) {
|
||||||
max-width: 100%;
|
body {
|
||||||
|
overflow-x: hidden;
|
||||||
|
max-width: 100vw;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
@@ -1267,7 +1270,6 @@ figure {
|
|||||||
============================================================================ */
|
============================================================================ */
|
||||||
|
|
||||||
#scroll-to-top {
|
#scroll-to-top {
|
||||||
display: none;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 4.5rem;
|
bottom: 4.5rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user