diff --git a/themes/default.css b/themes/default.css index cf677f00..0293d88e 100644 --- a/themes/default.css +++ b/themes/default.css @@ -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; } \ No newline at end of file +#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;} } + diff --git a/users/raphael.json b/users/raphael.json index 6ebd8e75..479797b3 100644 --- a/users/raphael.json +++ b/users/raphael.json @@ -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" }