mirror of
https://github.com/kevachat/webapp.git
synced 2025-02-02 09:55:58 +00:00
fix anchor offset
This commit is contained in:
parent
48d5f9b21c
commit
a122711d6a
2
.env
2
.env
@ -19,7 +19,7 @@ APP_ENV=dev
|
|||||||
APP_SECRET=EDIT_ME
|
APP_SECRET=EDIT_ME
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|
||||||
APP_VERSION=1.5.1
|
APP_VERSION=1.5.2
|
||||||
|
|
||||||
APP_NAME=KevaChat
|
APP_NAME=KevaChat
|
||||||
|
|
||||||
|
@ -117,6 +117,14 @@ main ul li div
|
|||||||
padding: 16px 0;
|
padding: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main ul li div a[name]
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
top: -168px;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
main ul li p
|
main ul li p
|
||||||
{
|
{
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user