nemunai.re/layouts/partials/head_custom.html

13 lines
421 B
HTML
Raw Normal View History

2021-07-23 22:05:20 +00:00
<script async defer data-website-id="714f2f10-3a65-4c5b-971f-7cea9eac1ecd" src="https://pythagore.p0m.fr/pythagore.js"></script>
2022-02-09 17:54:58 +00:00
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}" />
2023-06-08 14:01:25 +00:00
<style>
.navbar-header {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.navbar-brand {
height: inherit;
}
</style>