0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 06:22:40 +00:00

Tweak styling for recent changes

This commit is contained in:
G.Ambatte
2024-08-26 21:27:41 +12:00
parent a1c275479f
commit ba4c9745a2

View File

@@ -1,6 +1,6 @@
.headerNav { .headerNav {
position: fixed; position: fixed;
top: 30px; top: 0px;
left: 0px; left: 0px;
padding: 5px 10px; padding: 5px 10px;
background-color: #ccc; background-color: #ccc;
@@ -17,7 +17,9 @@
.navIcon { .navIcon {
cursor: pointer; cursor: pointer;
} }
p { li {
font-family: 'Open Sans';
font-size: 12px;
padding: 2px; padding: 2px;
a { a {
color: inherit; color: inherit;