svg restore, fixing hidpi text sizes
This commit is contained in:
@@ -132,6 +132,12 @@ $verybigdesktop: only screen and
|
||||
min-width: 1919px
|
||||
);
|
||||
|
||||
$verybigdesktop-hidpi: only screen and
|
||||
(
|
||||
min-width: 1919px
|
||||
)
|
||||
and (-webkit-min-device-pixel-ratio: 1.4);
|
||||
|
||||
// -------------------------------------------------------------------------- */
|
||||
// GLOBAL VARIABLES */
|
||||
// -------------------------------------------------------------------------- */
|
||||
@@ -378,11 +384,11 @@ $v-unit-6: 24rem;
|
||||
// STRUCTURE */
|
||||
// -------------------------------------------------------------------------- */
|
||||
|
||||
.no-js body .loadingscreen{
|
||||
.no-js body .loadingscreen {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.loadingscreen{
|
||||
.loadingscreen {
|
||||
background-color: #fff;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
@@ -401,7 +407,6 @@ $v-unit-6: 24rem;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 1;
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------- */
|
||||
// header */
|
||||
@@ -2224,7 +2229,7 @@ $padd: 2rem;
|
||||
//figcaptions:
|
||||
// .wp-block-image figcaption,
|
||||
// .wp-block-gallery .blocks-gallery-image figcaption,
|
||||
// .wp-block-gallery .blocks-gallery-item
|
||||
// .wp-block-gallery .blocks-gallery-item
|
||||
figcaption {
|
||||
background: #fff;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user