17 lines
194 B
SCSS
17 lines
194 B
SCSS
.homepage-header {
|
|
text-align: center;
|
|
}
|
|
|
|
.lang-toggle-icon {
|
|
margin-left: 0;
|
|
svg {
|
|
width: 64px;
|
|
height: 24px;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
.left-sidebar {
|
|
width: unset;
|
|
}
|
|
} |