Add listinfo css class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e7bbc18934
commit
24e226c263
1 changed files with 8 additions and 0 deletions
|
@ -158,6 +158,14 @@ h1 {margin-top: 3vh;}
|
|||
min-height: 1.5cm;
|
||||
}
|
||||
|
||||
.listinfo {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
text-decoration: none;
|
||||
align-items: center;
|
||||
min-height: 1.5cm;
|
||||
}
|
||||
|
||||
.separator {height: 1px;}
|
||||
|
||||
.emojidecorations {
|
||||
|
|
Loading…
Reference in a new issue