chore(style): better footer logo alignment (#212)

This commit is contained in:
c2tz
2023-11-18 16:31:30 +01:00
committed by GitHub
parent d58a8b5469
commit aad68d8afd
3 changed files with 5 additions and 1 deletions

View File

@ -1183,6 +1183,9 @@ video {
.align-text-bottom {
vertical-align: text-bottom;
}
.align-\[-2\.5px\] {
vertical-align: -2.5px;
}
.font-mono {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}