Update default.css

This commit is contained in:
Sina Alavi 2024-07-30 14:00:47 +03:30 committed by GitHub
parent 4ff88d8fa1
commit 8d7ebd473f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,9 +260,17 @@ div.thumbnail > .bottom-right-overlay {
align-items: center;
justify-content: space-between;
}
.navbar .pure-menu-heading{
font-size: .8rem;
background: #f0f0f0;
color: black;
padding: 8px 10px 6px;
border-radius: 5px;
}
@media screen and (min-width: 767px) {
.navbar {
top:0;
box-shadow:rgba(0,0,0,.2) 0 0 5px;
position: sticky;
z-index: 101;
width: calc(100% - 42px);