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
path: root/sass
diff options
context:
space:
mode:
authormblum <me@mblum.me>2017-07-03 20:40:29 +0300
committermblum <me@mblum.me>2017-07-03 23:33:34 +0300
commitc01e67295e86f292b3e7ab435d5349f9e86a41e3 (patch)
tree1889ecae84e1ca6ef1d6e574a504fae6a3a31e18 /sass
parent2f20f0da66e208e89a17e62fce4a8e18eefa946a (diff)
[ARCHETYPE] Dashboard + Google Analytics
Diffstat (limited to 'sass')
-rw-r--r--sass/_index.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/sass/_index.scss b/sass/_index.scss
index dc33b33..32ffc42 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -283,6 +283,21 @@ pre .code, pre code, .code, code {
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: flex;
justify-content: space-between;