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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2020-01-12 02:04:26 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2020-01-12 02:04:26 +0300
commit352806808a8965a29fabfab00e0c86f9e9c557c6 (patch)
treec09f2abf645d17636f97b6de0b21dcd31702880c
parentcbbd8350bbb3ba5eb5e476b4d0516a7cb4674828 (diff)
use shorthand padding syntaxdev
-rw-r--r--static/css/layout.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/css/layout.css b/static/css/layout.css
index 1789a0a..e6c8a44 100644
--- a/static/css/layout.css
+++ b/static/css/layout.css
@@ -414,10 +414,7 @@ th, td {
.post-preview {
text-decoration: none;
- padding-bottom: 1em;
- padding-left: 0.5em;
- padding-right: 0.5em;
- padding-top: 0.5em;
+ padding: 0.5em 0.5em 1em 0.5em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}