Update _layout.scss

This commit is contained in:
Florence Jay Munar 2021-05-19 14:14:41 +08:00 committed by GitHub
parent 1398206819
commit 098584b186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,6 +189,27 @@ input::placeholder {
}
}
.button--apple-store {
@include hide-text;
width: 10rem; height: 4rem;
background-image: url("../img/apple-store-badge.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
position: relative;
.header & {
top: 0.5rem;
}
main & {
margin-right: auto;
margin-left: auto;
}
}
.odysee{
@media (min-width: 901px) {
img{
@ -348,4 +369,4 @@ input::placeholder {
&::after {
@include clearfix;
}
}
}