facebook, analytics

This commit is contained in:
infeeeee
2019-09-11 12:51:04 +02:00
parent bcaffeeff8
commit d25ec216de
6 changed files with 30 additions and 48 deletions

View File

@@ -87,56 +87,23 @@ html *::selection {
// MEDIA QUERIES */
// -------------------------------------------------------------------------- */
$bigmobile: only screen and
(
min-width: 360px
);
$bigmobile: "only screen and (min-width: 360px)";
$only-mobile: only screen and
(
max-width: 768px
);
$only-mobile: "only screen and (max-width: 768px)";
$tablet: only screen and
(
min-width: 769px
);
$tablet: "only screen and (min-width: 769px)";
$smalldesktop: only screen and
(
min-width: 1024px
);
$smalldesktop: "only screen and (min-width: 1024px)";
$mobile-landscape: only screen and
(
min-width: 769px
)
and (-webkit-min-device-pixel-ratio: 2.1) and
(
min-aspect-ratio: 1/1
);
$mobile-landscape: "only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2.1) and (min-aspect-ratio: 1/1)";
$bigdesktop: only screen and
(
min-width: 1279px
);
$bigdesktop: "only screen and (min-width: 1279px)";
$bigdesktop-hidpi: only screen and
(
min-width: 1279px
)
and (-webkit-min-device-pixel-ratio: 1.4);
$bigdesktop-hidpi: "only screen and (min-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.4)";
$verybigdesktop: only screen and
(
min-width: 1919px
);
$verybigdesktop: "only screen and (min-width: 1919px)";
$verybigdesktop-hidpi: only screen and
(
min-width: 1919px
)
and (-webkit-min-device-pixel-ratio: 1.4);
$verybigdesktop-hidpi: "only screen and (min-width: 1919px) and (-webkit-min-device-pixel-ratio: 1.4)";
// -------------------------------------------------------------------------- */
// GLOBAL VARIABLES */
@@ -2410,6 +2377,14 @@ $padd: 2rem;
}
}
} //#colorbox end
/* -------------------------------- /facebook ------------------------------- */
.fb-page{
display: block !important;
padding: $padd 0;
}
} //body.single, page end
// ------------------------------ related posts ----------------------------- */
@@ -2833,6 +2808,9 @@ body.page {
a {
color: $color;
}
hr{
background-color: $color;
}
.authors {
a {
-webkit-text-stroke: $color 1px !important;