Fixing css
All checks were successful
Music Collection CI Workflow / test (./backend) (push) Successful in 21s
Music Collection CI Workflow / test (./frontend) (push) Successful in 19s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m16s
Music Collection CI Workflow / deploy (push) Successful in 23s

This commit is contained in:
Phill Pover 2025-04-06 17:36:32 +01:00
parent bac1ff90a9
commit 544072790f

View File

@ -1076,3 +1076,7 @@ there.
.popover-item:first-child .popover-link:hover:after { .popover-item:first-child .popover-link:hover:after {
border-bottom-color: #33C3F0; } border-bottom-color: #33C3F0; }
} }
.has-docked-nav .navbar > .container {
width: 80%;
}