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

github.com/darshanbaral/khata.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-07-31 07:50:31 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-07-31 07:50:31 +0300
commit398542aa4c00cf14650520c73ea7167aa0e27959 (patch)
tree0a084c225aff8978f6d5ee08a6123b11aa229908
parent3d3a3f172523bc89c2dcc4c2cc8d7be5d83d2307 (diff)
Fix date-short alignment
-rw-r--r--static/css/khata.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/khata.css b/static/css/khata.css
index 86cd53d..fd1b2c8 100644
--- a/static/css/khata.css
+++ b/static/css/khata.css
@@ -183,7 +183,8 @@ a,
min-width: 60px;
display: flex;
justify-content: end;
- align-items: center;
+ align-items: flex-start;
+ margin-top: 2.5px;
}
@media only screen and (max-width: 1050px) {