mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
add meta description
This commit is contained in:
parent
797ce896ad
commit
41bfe7db62
2 changed files with 3 additions and 5 deletions
|
@ -51,10 +51,6 @@ hr,
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#replacement-burger{
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content .embed{
|
#content .embed{
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#hamburger-button,
|
#hamburger-button,
|
||||||
#hamburger-bg,
|
#hamburger-bg,
|
||||||
|
#replacement-burger,
|
||||||
#darkmode-button-small{
|
#darkmode-button-small{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -9,8 +10,9 @@
|
||||||
#darkmode-toggle,
|
#darkmode-toggle,
|
||||||
#darkmode-toggle-label
|
#darkmode-toggle-label
|
||||||
{
|
{
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
#replacement-burger,
|
||||||
#hamburger-button,
|
#hamburger-button,
|
||||||
#darkmode-button-small,
|
#darkmode-button-small,
|
||||||
#hamburger-bg,
|
#hamburger-bg,
|
||||||
|
|
Loading…
Reference in a new issue