stacker.news/components/header.module.css

25 lines
418 B
CSS
Raw Normal View History

2021-04-12 18:05:09 +00:00
.brand {
font-family: lightning;
font-size: 2rem;
padding: 0;
line-height: 100%;
margin-bottom: -.3rem;
2021-04-28 16:30:02 +00:00
margin-right: 0;
text-shadow: 0 0 10px #FADA5E;
}
.navLink {
padding: 0.25rem 1rem;
2021-04-12 18:05:09 +00:00
}
.navbar {
2021-04-28 16:30:02 +00:00
padding: .5rem 0;
2021-04-22 22:14:32 +00:00
background-color: transparent !important;
2021-10-07 03:20:59 +00:00
}
.navbarNav {
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
2021-04-12 18:05:09 +00:00
}