Commit 8bd6cd5dadaec021c22425921d6a110172c6de83

Authored by Eugeny Galkovskiy
1 parent 03634cb7

langs

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -134,6 +134,12 @@ JS;
134 134 gtag('config', '<?=$settings->ga_code?>');
135 135 </script>
136 136 <?php } ?>
  137 + <style>
  138 + .langs {
  139 + margin-left:10px;
  140 + display:inline-block;
  141 + }
  142 + </style>
137 143  
138 144 </head>
139 145 <body>
... ...