mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-08-21 04:18:24 -04:00
tweak
This commit is contained in:
parent
e66f581e4b
commit
52f6fabec5
3 changed files with 53 additions and 21 deletions
|
@ -8,20 +8,20 @@
|
|||
@import "minimal-mistakes"; // main partials
|
||||
|
||||
html {
|
||||
/* apply a natural box layout model to all elements */
|
||||
box-sizing: border-box;
|
||||
background-color: $background-color;
|
||||
font-size: 13px;
|
||||
|
||||
@include breakpoint($medium) {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@include breakpoint($large) {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@include breakpoint($x-large) {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
/* apply a natural box layout model to all elements */
|
||||
box-sizing: border-box;
|
||||
background-color: $background-color;
|
||||
font-size: 14px;
|
||||
|
||||
@include breakpoint($medium) {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
@include breakpoint($large) {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
@include breakpoint($x-large) {
|
||||
font-size: 21px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue