Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 5186d9f..8ff0f47 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -201,11 +201,11 @@ blockquote {
}
/* Small devices, phones */
-/* @media only screen and (min-width : 480px) {
- #your-face {
+@media only screen and (min-width : 480px) {
+ #foxy {
min-width: 40px;
float: center;
padding: 10px 10px 10px 20px;
display: block;
}
-} */
+}