Fix alignment of current class name

This commit is contained in:
Ramon Wenger 2020-10-08 18:24:39 +02:00
parent 58833f3aae
commit a45096a4b7
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@
@import "@/styles/_mixins.scss";
.current-class {
line-height: $large-spacing;
display: flex;
flex-direction: column;
align-self: center;
line-height: 1;
@include regular-text;
}
</style>