twiddled with responsive design

This commit is contained in:
nek0 2018-12-16 18:16:55 +01:00
parent 1b230a3039
commit fc015d92c3
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc843", doBenchmark ? false }: { nixpkgs ? import <nixpkgs> {}, compiler ? "default", doBenchmark ? false }:
let let

View File

@ -84,7 +84,7 @@ article li {
.sidebar { .sidebar {
position: fixed; position: fixed;
width: 300px; width: 17em;
} }
.navigation, .tags, .plugs { .navigation, .tags, .plugs {
@ -335,7 +335,7 @@ h2 {
columns: 2; columns: 2;
} }
@media screen and (max-width: 600px){ @media screen and (max-width: 1100px){
.sidebar{ .sidebar{
position: relative; position: relative;
width: auto; width: auto;
@ -344,6 +344,7 @@ h2 {
} }
.navigation{ .navigation{
border-radius: 5px; border-radius: 5px;
columns: auto;
} }
.plugs, .tagcloud{ .plugs, .tagcloud{
display: none; display: none;