fix anchor offset

This commit is contained in:
ghost 2023-12-10 11:35:18 +02:00
parent 48d5f9b21c
commit a122711d6a
2 changed files with 9 additions and 1 deletions

2
.env
View File

@ -19,7 +19,7 @@ APP_ENV=dev
APP_SECRET=EDIT_ME
###< symfony/framework-bundle ###
APP_VERSION=1.5.1
APP_VERSION=1.5.2
APP_NAME=KevaChat

View File

@ -117,6 +117,14 @@ main ul li div
padding: 16px 0;
}
main ul li div a[name]
{
display: block;
position: relative;
top: -168px;
visibility: hidden;
}
main ul li p
{
padding: 8px 0;