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>2021-01-29 16:01:31 +0300
committerChen Zhe <chenzhesg@gmail.com>2021-01-29 16:01:31 +0300
commitbfe9327b0258f2dda2c4e880ed2bea589de6a580 (patch)
treecc8f8ac50bf1909fa30c98f91c9515019965b240
parent6d0c3f49f65dfdb6a694b1f6a5b750d395b865ab (diff)
add padding to footer
-rw-r--r--static/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 9c21f0d..1104b28 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -73,4 +73,8 @@ a {
img.lazy{
display: block;
height: 250px;
+}
+
+footer {
+ padding: 0.5em;
} \ No newline at end of file