mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Merge pull request #388 from raphaelbastide/master
Basic responsive support for default theme
This commit is contained in:
commit
03da950666
2 changed files with 5 additions and 3 deletions
|
|
@ -18,3 +18,5 @@ a:active { color:#000; }
|
||||||
::selection {background:#ccc;}
|
::selection {background:#ccc;}
|
||||||
::-moz-selection {background:#ccc;}
|
::-moz-selection {background:#ccc;}
|
||||||
#gravatar { position: relative; float: right; margin-bottom: 1em; margin-left: 1em; border: 1px solid #ddd; }
|
#gravatar { position: relative; float: right; margin-bottom: 1em; margin-left: 1em; border: 1px solid #ddd; }
|
||||||
|
@media all and (max-width: 500px) { article {padding:1em;} body {font-size:1em;} }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue