deguapp/frontend/css/nav.css

26 lines
312 B
CSS
Raw Normal View History

2023-10-24 01:28:16 +02:00
.nav-wrapper {
justify-content: space-between;
2023-11-09 01:36:43 +01:00
padding: 0.5rem;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
margin-bottom: 1rem;
2023-10-24 01:28:16 +02:00
}
a {
color: black;
}
2023-11-09 01:36:43 +01:00
.nav-2 {
gap: 1rem;
}
.nav-item {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.nav-user img {
width: 3rem;
}