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

github.com/shaform/hugo-theme-den.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2018-11-17 22:44:18 +0300
committerShaform <shaform@gmail.com>2018-11-17 22:44:18 +0300
commitdd8df06ac476a77ad33be4a8f658973af0da71e0 (patch)
tree5c0d812a5896dbcd68a3e7b08213b01e47730e13 /static
parent6a1eff56f79671b76602a42ecab9bbfbea6be248 (diff)
update small screen
Diffstat (limited to 'static')
-rw-r--r--static/css/den.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/css/den.css b/static/css/den.css
index 33f4326..c392366 100644
--- a/static/css/den.css
+++ b/static/css/den.css
@@ -479,6 +479,7 @@ blockquote{
}
.container .author-card .author-content {
text-align: left;
+ padding-left: 160px;
}
.container .author-card .author-title {
color: #aaa;
@@ -494,9 +495,6 @@ blockquote{
.container .author-card .author-box {
padding: 1em;
}
-.container .author-card .author-box .author-content {
- padding-left: 160px;
-}
.container .author-card .author-box .author-image img {
margin: 0 auto;
border-radius: 50%;
@@ -505,6 +503,15 @@ blockquote{
width: 128px;
height: 128px;
}
+@media (max-width: 500px) {
+ .container .author-card .author-box .author-image img {
+ float: none;
+ }
+ .container .author-card .author-content {
+ text-align: center;
+ padding-left: 0;
+ }
+}
.container .underline {
display: inline-block;
margin-top: 10px;