Commit 8bd6cd5dadaec021c22425921d6a110172c6de83
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,6 +134,12 @@ JS; | ||
| 134 | gtag('config', '<?=$settings->ga_code?>'); | 134 | gtag('config', '<?=$settings->ga_code?>'); |
| 135 | </script> | 135 | </script> |
| 136 | <?php } ?> | 136 | <?php } ?> |
| 137 | + <style> | ||
| 138 | + .langs { | ||
| 139 | + margin-left:10px; | ||
| 140 | + display:inline-block; | ||
| 141 | + } | ||
| 142 | + </style> | ||
| 137 | 143 | ||
| 138 | </head> | 144 | </head> |
| 139 | <body> | 145 | <body> |