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:
authorKellen <9484709+goodroot@users.noreply.github.com>2021-07-03 09:12:01 +0300
committerGitHub <noreply@github.com>2021-07-03 09:12:01 +0300
commite800cd51af4d4a8825aac0c1dc9f9ff05fb5958c (patch)
treed68314ed3606040f2593ce0dbc649494c2df9090
parentcf9675b5b856c131587b5f020e073ca930df2cde (diff)
parent8908c718a0bf136ff15ac4c630ec06ac05714836 (diff)
Merge pull request #20 from goodroot/more-polish
polish
-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;
}
-} */
+}