fix: background white on segments in page about

This commit is contained in:
gaelle morin
2021-01-22 18:16:16 +01:00
parent 7e9e5f589e
commit 7ce3c45b18
6 changed files with 15 additions and 11 deletions

View File

@ -86,7 +86,7 @@ header {
display: block;
position: absolute;
left: auto;
right: -2.2em;
right: -1.9em;
top: 4em;
transform: initial;
width: 0;

View File

@ -16,10 +16,14 @@ solid-display>div {
@import 'chat/_index';
nav#main__menu {
width: 250px;
@media (min-width: 768.01px) {
width: 250px;
}
}
main#content {
width: calc(100% - 250px);
@media (min-width: 768.01px) {
width: calc(100% - 250px);
}
}
.text-ellipsis {