mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
Make the space status picture rounded to match the other icons
This commit is contained in:
parent
d4e2974f79
commit
19a23dad4b
1 changed files with 7 additions and 0 deletions
|
@ -90,6 +90,13 @@ nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav img.spacestatus {
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0;
|
||||||
|
margin-left: 10px;
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ---- Responsive ---- */
|
/* ---- Responsive ---- */
|
||||||
|
|
||||||
@media (min-width: $break) {
|
@media (min-width: $break) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue