diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-28 09:54:49 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-28 09:54:49 -0500 |
commit | 10f1a5453bea0a70c5fa49eef5b0780f072dada0 (patch) | |
tree | eccdd9c926fc6e15f77e61a9a2c30f27dbb0682f | |
parent | 09e7db1c9abd700a7b65d9aa086adafd9f8ae6e1 (diff) |
CSS sidebar update on mobile
-rw-r--r-- | local.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ img{height:auto;max-width:100%;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} +.sidebar h2{margin-top:0;} +.sidebar ul{margin-bottom:0;} .blogform{background:none;border:0;} .pageheader .trails{display:none;} -.pagedate{margin-top:4rem;}
\ No newline at end of file +.pagedate{margin-top:4rem;} + +@media (max-width: 600px) { + .page{display:block;} + .sidebar{float:right;margin:10px;} +}
\ No newline at end of file |