This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
wwtech-website/src/app/app.component.scss
2023-07-04 08:37:24 +02:00

18 lines
227 B
SCSS

.nav-item {
padding:2px;
margin-left:7px;
}
footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
}
.container {
position: relative;
top: 20px;
}