Add vertical screen description option
All checks were successful
/ build (push) Successful in 4m2s
/ check-changes (push) Successful in 5s

This commit is contained in:
Djuri 2024-12-18 00:45:26 +01:00
parent 653a39d0a3
commit 266a99be96
8 changed files with 38 additions and 14 deletions

View file

@ -158,12 +158,18 @@ nav {
padding: 5px;
}
.splitText div:first-child::after {
&.verticalDesc > .splitText:first-child {
.textcontainer {
transform: rotate(-90deg);
}
}
.splitText .textcontainer :first-child::after {
display: block;
content: '';
margin-top: 0px;
border-bottom: 2px solid;
margin-bottom: 3px;
// margin-bottom: 3px;
}
.splitText {