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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-05-12 05:21:33 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-05-12 05:21:33 +0300
commit02a5a30ec60d079f9b7347766f45ccbd2bcc7ec5 (patch)
treebf7a4619d3021fc74567c43ebe6b079b21436947 /static
parent43aeeccd356bf344d13a89414c9ee706c36c9dbb (diff)
hides header on scroll down
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 778e2d9..af288f1 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -37,6 +37,7 @@ header {
position: fixed;
top: 0;
z-index: 30;
+ transition: all 0.3s;
}
header,
footer {
@@ -297,4 +298,4 @@ li.page-item:nth-child(6) {
max-width: 95%;
display: block;
margin: 1em auto;
-}
+} \ No newline at end of file