heika/styles/Index.module.sass
2022-09-21 17:53:56 +02:00

26 lines
426 B
Sass

.center
position: absolute
text-align: center
left: 50%
top: 50%
transform: translate(-50%, -50%)
.avatar
border-radius: 50%
.name
letter-spacing: 15px
font-family: "Helvetica Bold"
margin-bottom: 0
// font-kerning: 300px
.pronunciation
margin-top: 0
font-family: "Helvetica Light"
.link
letter-spacing: 10px
// > &:hover
.info
font-family: "Helvetica Regular"