Fix css for menu, fix prod api url

This commit is contained in:
Guntis Smaukstelis
2023-12-25 23:20:34 +02:00
parent 5324f4c176
commit 9851b9dcd3
5 changed files with 75 additions and 22 deletions
+17 -2
View File
@@ -23,15 +23,30 @@
color: #b318f0;
}
.sections {
.menu {
position: absolute;
top: 0px;
left: 0px;
padding-left: 20px;
line-height: 70px;
text-align: left;
}
.menu li{
display: inline;
padding: 10px 0 10px 10px;
cursor: pointer;
line-height: 40px;
}
.menu li:not(:first-child)::before {
content: '•';
margin-right: 1ch;
}
.active {
font-weight: bold;
}
@keyframes logo-spin {
from {
transform: rotate(0deg);