Permalink
Cannot retrieve contributors at this time
9 lines (8 sloc)
296 Bytes
|
// Make everyting smaller or bigger! |
|
// |
|
// The base font-size "$text-base" needs |
|
// to be set in "EM" for that to work. |
|
|
|
[class*="text-all"] { font-size: var(--text-all) } |
|
.text-all_s { --text-all: 80% } |
|
.text-all_l { --text-all: 120% } |
|
.text-all_xl { --text-all: 180% } |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.