Add vertical screen description option
This commit is contained in:
parent
653a39d0a3
commit
266a99be96
8 changed files with 38 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue