Mobile optimized the SidebarContent component

This commit is contained in:
Mathias Wagner 2023-08-04 12:22:26 +02:00
parent d6e59666df
commit 62ffca7d6e
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -32,4 +32,8 @@
display: flex display: flex
flex-direction: column flex-direction: column
gap: 1rem gap: 1rem
margin-top: 1.5rem margin-top: 1.5rem
@media screen and (max-width: 768px)
.sidebar-content
padding-bottom: 7rem