mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-03 10:53:23 +02:00
Disabled fluid typography
Fluid typography is now disabled by default, as it needs more work and parts of it are not entirely to my liking. The feature is still available for those who want it.
This commit is contained in:
15
dist/mini-dark.css
vendored
15
dist/mini-dark.css
vendored
@@ -9,20 +9,7 @@
|
||||
Browsers resets and base typography.
|
||||
*/
|
||||
html {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 256px) {
|
||||
html {
|
||||
font-size: 16px;
|
||||
font-size: calc(14px + 2 * ((100vw - 256px) / 512));
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
html, * {
|
||||
|
Reference in New Issue
Block a user