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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorTony Blyler <tony@blyler.cc>2016-11-03 22:59:13 +0300
committerTony Blyler <tony@blyler.cc>2016-11-03 22:59:13 +0300
commit6db1e12b76e45c8d7088f5d62832d06707099274 (patch)
treea75b82749a03a90af5b9203b36b7f46b0a9e312f /scss
parent419fb6e310209afe3f1b35c4ef84b2d61ba5bfc7 (diff)
Set social image sizes in img property
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 223e4d9..54b94cf 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -40,8 +40,9 @@ a:hover {
// these images are always SVG
img {
- height: 64px;
- width: 64px;
+ // this is now set in the img property itself
+ //height: 64px;
+ //width: 64px;
}
}