Skip to content
Snippets Groups Projects
Commit 0ffa749e authored by Michael Hartung's avatar Michael Hartung
Browse files

main column size for large screens

parent 4fed025d
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@
.center-panel {
width: $main-width;
max-width: $main-max-width;
}
div.card.network {
......
......@@ -39,6 +39,7 @@ $sidebar-width: 25%;
$sidebar-min-width: 235px;
$sidebar-max-width: 320px;
$main-width: calc(100% - (max(#{$sidebar-width},#{$sidebar-min-width})));
$main-max-width: calc(100% - (min(#{$sidebar-width},#{$sidebar-max-width})));
// settings for different screen sizes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment