Toggle in the userbadge on small screens - more map space
This commit is contained in:
parent
69d4ea765c
commit
e2591f3dfe
6 changed files with 44 additions and 98 deletions
12
index.css
12
index.css
|
@ -93,6 +93,18 @@ a {
|
|||
color: var(--foreground-color);
|
||||
}
|
||||
|
||||
.h-min {
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
.w-min {
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
.space-between{
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.link-underline a {
|
||||
text-decoration: underline 1px #0078a855;;
|
||||
color: #0078A8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue