heika/styles/Index.module.sass
2023-05-28 07:56:34 +02:00

26 lines
500 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"
.info
font-family: "Helvetica Regular"
.link
// letter-spacing: 10px
&:hover
text-decoration: underline