tylerperkins.xyz/themes/clortox/static/css/clortox.css
2023-06-27 21:35:17 -04:00

15 lines
209 B
CSS

.navbar {
margin: 0;
background: rgb(11,11,12);
height: 3em;
border-color: white;
border-bottom: 5px;
overflow: hidden;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}