twiddled with responsive design
This commit is contained in:
parent
1b230a3039
commit
fc015d92c3
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc843", doBenchmark ? false }:
|
||||
{ nixpkgs ? import <nixpkgs> {}, compiler ? "default", doBenchmark ? false }:
|
||||
|
||||
let
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue