Same as previous commit, but for /magprog

This commit is contained in:
GregTheMadMonk 2022-09-26 22:56:11 +03:00
parent a6836c8516
commit f3eb441c61
3 changed files with 2345 additions and 3822 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,41 +3,32 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Spotlights */
.spotlights > section > .image:before {
opacity: 0 !important;
}
.spotlights > section > .content > .inner {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
opacity: 1 !important;
}
.spotlights > section > .image:before {
opacity: 0 !important; }
.spotlights > section > .content > .inner {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
opacity: 1 !important; }
/* Wrapper */
.wrapper > .inner {
opacity: 1 !important;
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.wrapper > .inner {
opacity: 1 !important;
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important; }
/* Sidebar */
#sidebar > .inner {
opacity: 1 !important; }
#sidebar nav > ul > li {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
opacity: 1 !important; }
#sidebar > .inner {
opacity: 1 !important;
}
#sidebar nav > ul > li {
-moz-transform: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
opacity: 1 !important;
}
/*# sourceMappingURL=noscript.css.map */

View File

@ -13,6 +13,7 @@
@include padding(5em, 5em);
max-width: 100%;
width: _size(inner-width);
overflow: auto;
@include breakpoint('<=xlarge') {
@include padding(4em, 4em);
@ -136,4 +137,4 @@
}
}
}
}
}