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-27 16:52:26 +0300
committerYuanfei He <lhe868@gmail.com>2020-07-10 18:13:16 +0300
commit381295acf54717d5912da3ab6957b72d8cf7087e (patch)
tree5ce7e0072a5cf65304b37f44e6a7685898238420 /static
parent4ec5b68c7d969d0690f5c46e13acd8094e10e7ba (diff)
update home style
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6ff171c..59eb338 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -369,13 +369,22 @@ figure.floatleft {
float: left !important;
}
-.media {
- padding: 0px 0px 0px 0px;
+#home_post .col-md-3{
+ padding-left:0px;
+ text-align:center;
+ padding-right:0px;
+}
+#home_post {
+ padding: 0px 0px 0px 0px;
border: 1px solid #e8e8e8;
+ margin: 10px;
+ display: block;
+}
+#home_post p{
+ line-height: 22px;
+ color: #888;
}
-.media-body {
- padding-top: 20px;
- padding-left: 20px;
- padding-right: 10px;
+#home_post span{
+ font-size: 12px;
}