Update style.css

Added style for footer-menu
This commit is contained in:
Thorsten 2020-07-25 22:48:45 +02:00 committed by GitHub
parent b2e2aa44d8
commit 8dd41ab45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,13 +422,13 @@ article figcaption {
justify-content: space-between;
}
ul.language-select {
ul.language-select, ul.footer-menu {
padding-left: 0;
list-style: none;
display: flex;
}
ul.language-select > li {
ul.language-select, ul.footer-menu > li {
margin-right: 1em;
}