Add language select
This commit is contained in:
parent
0c40eb4ab7
commit
b90922a68f
4 changed files with 24 additions and 0 deletions
|
@ -349,6 +349,16 @@ footer {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
ul.language-select {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
ul.language-select > li {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
||||
@media (max-width: 840px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue