mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-12 12:25:48 +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
|
|
@ -17,4 +17,6 @@ a:active { color:#000; }
|
|||
:-moz-any-link:focus {color:#000; border:0;}
|
||||
::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;} }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"copyright": "Raphaël Bastide, http://raphaelbastide.com",
|
||||
"url": "http://raphaelbastide.com"
|
||||
"copyright": "Raphaël Bastide, http://raphaelbastide.com",
|
||||
"url": "http://raphaelbastide.com"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue