refactor: content inner header as template to be reusable

This commit is contained in:
2024-11-21 10:17:09 -03:00
parent f3f4912e41
commit d7e5968fb8
4 changed files with 28 additions and 23 deletions

View File

@@ -7,18 +7,4 @@
@media(min-width: 576px) {
width: 200px;
}
}
.register__header-logo {
background-image: url('./../img/paw.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.register__header-title {
margin-bottom: 0px;
@media(min-width: 576px) {
margin-bottom: .5rem;
}
}