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

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsun6eal <jacob.sun.meta@gmail.com>2019-05-13 14:42:31 +0300
committersun6eal <jacob.sun.meta@gmail.com>2019-05-13 14:42:31 +0300
commitc83ad8653727ee1273973cdef94f29822fddb8f5 (patch)
tree94cb9794336484ad32bca1d3e176834c0dde4eb4 /static
parent60a8d913a70f96d2854bc37cc2d2434f2da5fde8 (diff)
update
Diffstat (limited to 'static')
-rw-r--r--static/css/edidor.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/edidor.css b/static/css/edidor.css
index fded040..29c2150 100644
--- a/static/css/edidor.css
+++ b/static/css/edidor.css
@@ -69,8 +69,8 @@ a:hover {
.footer a {
line-height : 5vh;
display : block;
- padding-left : 1vw;
- padding-right: 1vw;
+ padding-left : 1.5vw;
+ padding-right: 1.5vw;
}
.header>ul,
@@ -144,8 +144,8 @@ a:hover {
top : 100%;
left : 0;
background: #1A1D21;
- width : 24vw;
- box-shadow: 0 0.1em 0.5em 0 #060608;
+ width : 15em;
+ box-shadow: 0 0.1em 0.2em 0 #060608;
z-index : 9999;
}