grav-theme-future2021/assets/sass/grav-plugins/_langswitcher.scss
pmoreno.rodriguez 8bf7bcc1ef Improved styles
2024-03-04 22:19:51 +01:00

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; } }