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>2020-02-09 10:25:46 +0300
committerkoirand <koirand.jp@gmail.com>2020-02-09 10:25:57 +0300
commitdcbb0dc85355b956c828945b92cf4b83957d633f (patch)
tree3191f8f218fa6f11ab55d1dad0097fc6240490b3 /assets
parent5ceeb217891d3db5f1c79f64e8e439c3dffb4fae (diff)
Update style of top page icon
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3ba9fa7..b2ee87d 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -71,15 +71,13 @@ footer {
nav ul {
display: flex;
- justify-content: space-evenly;
- max-width: 300px;
- margin: 20px auto;
+ justify-content: center;
padding: 0;
list-style: none;
}
nav li {
- flex: 1;
+ margin: 0 10px;
}
/* Contents List */