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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYuanfei He <lhe868@gmail.com>2020-03-29 13:34:57 +0300
committerYuanfei He <lhe868@gmail.com>2020-07-10 18:13:16 +0300
commit0299edb2e85e9f90afc73bf9ceda3e38c89a6362 (patch)
tree31541ee45c3b89cb8163c93df384ace488698027 /static
parent31cf328a878a8aeb57eef7142a9961b2566b8829 (diff)
update stytle
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6db4f10..7c55ab1 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -50,7 +50,7 @@
border-top: 1px solid #ddd;
display: block;
padding:10px 0 10px 0;
- clear: none;
+ clear: both;
}
li {
line-height: 26px;
@@ -370,11 +370,10 @@ figure.floatleft {
}
.image-container {
- max-height:350px;
vertical-align : middle;
overflow: hidden;
width: 100%;
- height:auto;
+ height:260px;
left:50%;
position: relative;
-webkit-transform: translateX(-50%);