Write my full name as title
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-06-08 16:01:25 +02:00
commit 6b7b44f48d
3 changed files with 28 additions and 1 deletions

View file

@ -1,2 +1,12 @@
<script async defer data-website-id="714f2f10-3a65-4c5b-971f-7cea9eac1ecd" src="https://pythagore.p0m.fr/pythagore.js"></script>
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}" />
<style>
.navbar-header {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.navbar-brand {
height: inherit;
}
</style>