mixyll/_sass/_typography.scss

25 lines
259 B
SCSS
Raw Normal View History

2020-01-24 11:20:29 +00:00
html {
font-size: $base-font-size;
}
abbr {
border-bottom: $abbr-border-bottom;
cursor: help;
}
p {
color: #333;
line-height: 1.5;
}
small,
.small {
font-size: 0.707rem;
}
sup {
position: relative;
vertical-align: middle;
top: -0.9ex;
}