Update CSS

This commit is contained in:
Manuel Kaufmann 2024-09-19 11:49:36 +02:00
parent 2bfc378323
commit d3ea70af1e
2 changed files with 4 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -228,17 +228,19 @@ html
max-width: 100% // shrink on mobile, if appropriate
background: rgba(0, 0, 0, 0) // make hover background of parent show up properly
&.icon
display: block
img.logo
margin-top: 0.85em // space it away from the title text
> div.switch-menus
position: relative
display: inline-block
display: block
margin-top: -1 * $gutter / 4
margin-bottom: $gutter / 2
font-weight: normal
color: rgba(255, 255,255, 0.3)
> div.version-switch, > div.language-switch
select
display: inline-block
max-width: 10em
padding: .1em 1.5em .1em .5em
text-align-last: center
@ -262,11 +264,6 @@ html
font-size: 1em
line-height: 1.2em
font-family: FontAwesome
padding: .1em .5em
position: absolute
right: 0
top: 0
z-index: 1
text-align: center
width: 1.5em
height: 100%