This commit is contained in:
Richard Mikloš 2024-02-07 10:52:00 +01:00
parent 64434aec99
commit 811871f518

@ -196,7 +196,7 @@ ul.navpage_list
{ {
display:flex; display:flex;
flex-direction:row; flex-direction:row;
/*width: 100%;*/ width: 100%;
gap:3.25rem; gap:3.25rem;
} }
@ -333,4 +333,5 @@ button:hover {
background: none; background: none;
border: 2px solid var(--primary); border: 2px solid var(--primary);
width: 175px; width: 175px;
color: var(--primary-text);
} }