Streamline headline rendering
This commit is contained in:
@@ -5,17 +5,17 @@ h1,
|
||||
|
||||
h2,
|
||||
.headline--secondary {
|
||||
@apply block text-2xl md:text-3xl text-gray-800 font-normal;
|
||||
@apply block text-2xl md:text-3xl text-gray-800 font-bold;
|
||||
}
|
||||
|
||||
h3,
|
||||
.headline--3 {
|
||||
@apply block text-xl md:text-2xl text-gray-800 font-normal;
|
||||
@apply block text-xl md:text-2xl text-gray-800 font-bold;
|
||||
}
|
||||
|
||||
h4,
|
||||
.headline--4 {
|
||||
@apply block md:text-lg text-gray-800 font-normal uppercase;
|
||||
@apply block md:text-lg text-gray-800 font-bold;
|
||||
}
|
||||
|
||||
.headline--underlined:after {
|
||||
|
||||
Reference in New Issue
Block a user