css changes

This commit is contained in:
schrumpel 2022-10-27 17:58:30 +02:00
parent cc5ddf27d3
commit ddaaaee502

View File

@ -2780,10 +2780,11 @@ ul.navbar-nav-guests li.nav-item {
.random { .random {
width: 100%; width: 100%;
height: 100%; height: 100px;
transition: .5s ease-out; transition: .5s ease-out;
display: block; display: block;
} }
.random a { .random a {
width: 100%; width: 100%;
@ -2797,4 +2798,4 @@ ul.navbar-nav-guests li.nav-item {
.random:active { .random:active {
background: #00000036; background: #00000036;
} }
} }