fix scrollbar hack to wrk with top and bottom page borders

This commit is contained in:
2019-03-19 16:18:37 +01:00
parent 8fded5eb89
commit 14617bd508

View File

@@ -22,11 +22,10 @@ div.container h1 {
/* Avoid scrollbar jumps in centering
* see https://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/
*/
html {
div#wrap {
margin-left: calc(100vw - 100%);
}
div.avatar img {
max-height: 190px;
}