2018-05-06 15:20:45 +03:00

13 lines
171 B
CSS

html, body, #fullscreen {
width: 100%;
}
#left_pane {
position: absolute;
width: 20%;
}
#right_pane {
position: absolute;
width: 80%;
left: 20%;
}