Fix alignment of current class name
This commit is contained in:
parent
58833f3aae
commit
a45096a4b7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue