mobile padding, external link arrows on resource pages
All checks were successful
Deploy Pages / deploy (push) Successful in 19s
All checks were successful
Deploy Pages / deploy (push) Successful in 19s
This commit is contained in:
@ -252,10 +252,9 @@
|
|||||||
padding-top: calc(env(safe-area-inset-top, 1em));
|
padding-top: calc(env(safe-area-inset-top, 1em));
|
||||||
}
|
}
|
||||||
.splash-box {
|
.splash-box {
|
||||||
margin-top: 1em;
|
margin: 1em;
|
||||||
margin-bottom: 1em;
|
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
min-width: 350px;
|
width: 90%;
|
||||||
}
|
}
|
||||||
.top-section {
|
.top-section {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -291,7 +290,6 @@
|
|||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.splash-box {
|
.splash-box {
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
margin: 1em;
|
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
|||||||
@ -156,6 +156,21 @@
|
|||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
a[target="_blank"]::after {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
margin-left: 3px;
|
||||||
|
vertical-align: middle;
|
||||||
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center;
|
||||||
|
background-size: contain;
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
.btn[target="_blank"]::after,
|
||||||
|
.copy-btn::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
|
|||||||
@ -163,6 +163,21 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
a[target="_blank"]::after {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
margin-left: 3px;
|
||||||
|
vertical-align: middle;
|
||||||
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5L8.5 3.5M5 3.5h3.5V7'/%3E%3C/svg%3E") no-repeat center;
|
||||||
|
background-size: contain;
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
.btn[target="_blank"]::after,
|
||||||
|
.copy-btn::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user