Made the font size of buttons more flexible

This commit is contained in:
cami 2021-07-04 21:40:27 +02:00
parent 23e07b1484
commit fcdb20e69f

View file

@ -23,12 +23,12 @@
.btn--medium {
padding: 8px 20px;
font-size: 18px;
font-size: 1.2em;
}
.btn--large {
padding: 12px 26px;
font-size: 20px;
font-size: 1.3em;
}
.btn--large:hover,