fix: background white on segments in page about
This commit is contained in:
@ -86,7 +86,7 @@ header {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: auto;
|
||||
right: -2.2em;
|
||||
right: -1.9em;
|
||||
top: 4em;
|
||||
transform: initial;
|
||||
width: 0;
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user