update: h3 used instead of a class

This commit is contained in:
gaelle morin
2020-05-13 15:04:54 +02:00
parent 6fed12bc01
commit c6e4325b34
5 changed files with 11 additions and 12 deletions

View File

@ -1,9 +0,0 @@
.admin-header {
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
.admin-header__title {
@extend h3;
}
}