You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
rms-support-letter.github.io/_sass/custom.scss

32 lines
657 B

@font-face {
font-family: "Noto Color Emoji";
src: url("/assets/NotoColorEmoji.ttf") format("truetype");
}
.translations {
text-align: end;
}
.translation {
font-family: "Noto Color Emoji", sans-serif;
font-size: 2em;
}
.footer-col-1, .footer-col-2 {
width: -webkit-calc(100% - (30px / 2));
width: calc(100% - (30px / 2));
}
// .footer-col-wrapper becomes "display: flex" on "min-width: 800px"
@media screen and (min-width: 800px) {
.footer-col-1 {
width: -webkit-calc(70% - (30px / 2));
width: calc(70% - (30px / 2));
}
.footer-col-2 {
text-align: right;
width: -webkit-calc(30% - (30px / 2));
width: calc(30% - (30px / 2));
}
}