centered position logo

This commit is contained in:
Tancre
2020-09-17 17:48:05 +02:00
parent 575743cfa8
commit 7bb27cb2ed
6 changed files with 37 additions and 6 deletions

View File

@ -0,0 +1,17 @@
.btn{
background-color: #00ab00;;
color: #fff;
text-decoration: none;
padding: .75rem 1.2rem;
display: inline-block;
&--large {
padding: 1.1rem 1.9rem;
@include atSmall(){
font-size: 1.25rem;
}
}
}