Style the slogan

This commit is contained in:
benjamin melançon 2019-08-01 09:17:46 -04:00
parent 19ab616868
commit d59cb7fdec
3 changed files with 15 additions and 1 deletions

View file

@ -50,3 +50,16 @@
font-size: 22px;
padding-top: 18px;
}
.slogan {
position: relative;
top: -36px;
height: 36px;
z-index: 30;
display: flex;
.title {
color: $green-gray;
font-size: 1.2rem;
margin: auto;
}
}