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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2019-05-07 16:31:38 +0300
committerkoirand <koirand.jp@gmail.com>2019-05-07 16:31:38 +0300
commit819f3085331e6b43e1dbecb88bb628c21cf672d7 (patch)
treec8206f9fcd6f705238de0587cdef9222219e8363 /assets
parentd9fb5363451420dc5ae1bc1e85e7b8e5eb66d0be (diff)
Make the top page icon the same width #47
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 9a64337..145863a 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -78,6 +78,10 @@ nav ul {
list-style: none;
}
+nav li {
+ flex: 1;
+}
+
/* Contents List */
#searchBox {
position: relative;