mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
24 lines
No EOL
471 B
SCSS
24 lines
No EOL
471 B
SCSS
/*
|
|
Future2021
|
|
Grav Theme by Pedro Moreno
|
|
|
|
CSS Styles for Langswitcher Plugin
|
|
*/
|
|
|
|
#menu li.langswitcher {
|
|
margin-left: 0em !important;
|
|
}
|
|
|
|
#header .main ul li.langswitcher {
|
|
margin-left: 0em !important;
|
|
}
|
|
#header .main ul li.langswitcher > a {
|
|
text-decoration: none;
|
|
border-bottom: 0;
|
|
color: #838383;
|
|
text-indent: 0em;
|
|
text-align: center;}
|
|
|
|
@media screen and (max-width: 736px) {
|
|
#header .main ul li.langswitcher {
|
|
display: none; } } |