Added routes for 'community', 'nicknames', and 'nickgenerator'. Enhanced theme switch positioning and responsive design for smaller screens. Moved header login button to a more consistent position and upgraded Angular Material to version 19.2.19 for better compatibility.
13 lines
153 B
SCSS
13 lines
153 B
SCSS
.customContainer {
|
|
width: 80%;
|
|
max-width: 1020px;
|
|
margin: auto;
|
|
padding: 80px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|