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-04 20:04:40 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-05-04 20:04:40 +0300
commit5caeb63fc2224b46d938a633f4365ea0a9b33c42 (patch)
treeeda2dda875b70d866f55805b0fed1896f57a71d0 /static
parent64a5766979272f2c6fb1e6c85699249721df4b6c (diff)
Implementing Modal
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/static/css/main.css b/static/css/main.css
index c909a70..f23c550 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -45,16 +45,6 @@ footer {
flex: none;
}
-header {
- padding-bottom: 15px;
-}
-
-header:after {
- content: "";
- display: block;
- border-bottom: 1px solid var(--textColor);
-}
-
main {
flex: 1 1 0%;
}
@@ -188,7 +178,6 @@ tbody {
.slide-menu > h1 {
font-size: 1.5em;
}
-
ul.pagination {
display: flex;
flex-direction: row;