Skip to content
Snippets Groups Projects
Commit 3eb4a299 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Make layout adjust better to narrow windows

Closes #878
parent b276da2f
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,8 @@ a.download:hover {
}
.left {
width: 37em;
margin-right: 20.68em;
max-width: 37em;
padding-right: 6.53em;
padding-bottom: 1em;
}
......@@ -134,11 +135,12 @@ a.download:hover {
}
.left2 {
width: 15.24em;
max-width: 15.24em;
}
.right {
width: 20.68em;
margin-left: -20.68em;
}
.leftbig {
......
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