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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Zhe <chenzhesg@gmail.com>2022-01-05 09:41:01 +0300
committerChen Zhe <chenzhesg@gmail.com>2022-01-05 09:41:01 +0300
commit521c9313cc5b5d245851e62b91e116a8bd7f843b (patch)
tree59a559a9f9b9f1e8649a09bc4b2d956e465b2b0f
parenta3f5f50ddc89cc8155a9377f90f9f10b81796382 (diff)
increase parent link paddingHEADmaster
-rw-r--r--assets/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index ea88574..46cdae1 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -58,8 +58,8 @@ a {
font-weight: 700;
}
-.container > header h5 {
- padding-bottom: 0.3em;
+.container > header > h5 {
+ padding: 0.4em 0;
text-align: right;
}