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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 482df9d..0096801 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -9947,6 +9947,18 @@ pre .code, pre code, .code, code {
.card-inverse > .card-block > li a {
color: #fff; }
+img.card-img-top {
+ height: 180px;
+ width: 100%;
+ display: block; }
+
+.media {
+ margin-top: 10px; }
+
+.media img {
+ width: 120px;
+ height: 120px; }
+
.content-header {
display: -webkit-box;
display: -ms-flexbox;