mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
typography fixes
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
// stylelint-disable property-no-vendor-prefix
|
||||
html {
|
||||
height: 100%;
|
||||
font-size: 16px;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
.page-title {
|
||||
margin: 0;
|
||||
font-size: $h4-font-size;
|
||||
font-size: $h3-font-size;
|
||||
font-weight: 400;
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user