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

View File

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