style: hide jumbotron on safari
This commit is contained in:
parent
4d530463db
commit
860713442d
1 changed files with 21 additions and 9 deletions
|
@ -23,8 +23,9 @@ body {
|
|||
color: rgba(0, 0, 0, 0.84);
|
||||
font-size: 20px;
|
||||
line-height: 1.4;
|
||||
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
|
||||
Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
|
||||
sans-serif !important;
|
||||
letter-spacing: 0;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
@ -283,8 +284,9 @@ caption {
|
|||
width: calc(100% - 30px);
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
|
||||
Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
|
||||
sans-serif !important;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #ee4a03;
|
||||
text-align: center;
|
||||
|
@ -514,7 +516,8 @@ table.image caption {
|
|||
padding: 0px 10px 0 3px;
|
||||
margin-left: -15px;
|
||||
color: #ccc;
|
||||
font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||
font-family: medium-content-serif-font, Georgia, Cambria,
|
||||
"Times New Roman", Times, serif;
|
||||
}
|
||||
|
||||
blockquote p:first-of-type::first-letter,
|
||||
|
@ -535,7 +538,8 @@ table.image caption {
|
|||
li p:first-of-type::first-letter {
|
||||
--x-height-multiplier: 0.375;
|
||||
--baseline-multiplier: 0.17;
|
||||
font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||
font-family: medium-content-serif-font, Georgia, Cambria,
|
||||
"Times New Roman", Times, serif;
|
||||
letter-spacing: 0.01rem;
|
||||
color: #333;
|
||||
font-weight: 400;
|
||||
|
@ -591,7 +595,8 @@ table.image caption {
|
|||
margin: 15px 0 0;
|
||||
--x-height-multiplier: 0.375;
|
||||
--baseline-multiplier: 0.17;
|
||||
font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||
font-family: medium-content-serif-font, Georgia, Cambria,
|
||||
"Times New Roman", Times, serif;
|
||||
letter-spacing: 0.01rem;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
@ -630,14 +635,21 @@ table.image caption {
|
|||
display: inline-block;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
|
||||
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
font-family: medium-content-sans-serif-font, -apple-system,
|
||||
BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
|
||||
"Open Sans", "Helvetica Neue", sans-serif !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media not all and (min-resolution: 0.001dpcm) {
|
||||
.jumbotron {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 0px) and (max-width: 350px) {
|
||||
div.subscription-message-div {
|
||||
display: none !important;
|
||||
|
|
Loading…
Reference in a new issue