fixed small error in hero section : unrolling cv was creating a jump

This commit is contained in:
asus
2024-05-17 13:38:25 +02:00
parent 9302e725db
commit a40ab0b203
5 changed files with 12 additions and 18 deletions

View File

@@ -82,16 +82,3 @@
background-image: url(../../docs/banners/banner_5.svg);
--banner_height: calc(var(--base_banner_height) * 5);
}
/*
* individual banners
*
*/
#top_banner {
position: absolute;
top: 0px;
left: 0px;
}