mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
Increase avatar size
This commit is contained in:
parent
3fc9cf584b
commit
65f715ee37
2 changed files with 4 additions and 1 deletions
|
|
@ -779,6 +779,9 @@
|
|||
.w-16 {
|
||||
width: calc(var(--spacing) * 16);
|
||||
}
|
||||
.w-26 {
|
||||
width: calc(var(--spacing) * 26);
|
||||
}
|
||||
.w-\[calc\(\(100\%-var\(--container-3xl\)\)\/2\)\] {
|
||||
width: calc((100% - var(--container-3xl)) / 2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue