Merge pull request #3 from BreizhHardware/main

Fix title position
This commit is contained in:
vcncolin
2024-09-10 10:20:01 +02:00
committed by GitHub

View File

@@ -89,8 +89,7 @@
}
.site-title{
position: fixed;
top: 20px;
position: absolute;
left: 25%;
transition: left 0.3s ease;
}
@@ -125,7 +124,7 @@
.site-title {
position: static;
transition: none;
left: 0%;
left: 0;
}
}