Set icon size for titles

This commit is contained in:
Alice Gaudon 2021-01-26 11:43:13 +01:00
parent d2a67a12ee
commit 16394c0d4c
1 changed files with 4 additions and 0 deletions

View File

@ -719,6 +719,10 @@ button, .button {
stroke-linejoin: miter;
fill: none;
vertical-align: middle;
h1 > &, h2 > &, h3 > & {
--icon-size: 24px;
}
}
// ---