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

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2020-07-01 05:48:13 +0300
committerQueensferry <queensferry.me@gmail.com>2020-07-01 06:28:49 +0300
commit1d9a1b4ff54724d23548192d14ae1630b763b435 (patch)
tree2c70548c994cafc52dad343c69f0f17ec2bd7bdc /static
parentea1438003ed0096f31c55f07bbd55a08d396d0bd (diff)
fix: custom css & other minor ui fixes
Diffstat (limited to 'static')
-rw-r--r--static/css/common.css6
-rw-r--r--static/css/index.css4
-rw-r--r--static/css/list.css4
3 files changed, 12 insertions, 2 deletions
diff --git a/static/css/common.css b/static/css/common.css
index 618e3d1..aedf3a5 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -93,6 +93,7 @@ body {
#header > h1 {
font-size: 2.8rem;
margin: 1.1rem 0;
+ text-align: center;
}
#header > nav {
@@ -135,3 +136,8 @@ body {
flex-direction: column;
margin-bottom: .5rem;
}
+
+#footer .footnote {
+ text-align: center;
+}
+
diff --git a/static/css/index.css b/static/css/index.css
index b6f3299..10dc90e 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -7,11 +7,12 @@
}
#main > .post > h2 {
- align-items: baseline;
+ align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: .5rem;
+ text-align: justify;
}
#main > .post > h2 > time {
@@ -19,6 +20,7 @@
display: inline-block;
font-size: 1rem;
font-weight: normal;
+ margin-left: 1rem;
min-width: 5rem;
}
diff --git a/static/css/list.css b/static/css/list.css
index 6bd4234..7b92cc3 100644
--- a/static/css/list.css
+++ b/static/css/list.css
@@ -1,5 +1,5 @@
#main {
- max-width: 500px;
+ max-width: 600px;
}
#main > .post-group > ul {
@@ -10,6 +10,7 @@
}
#main > .post-group > ul > li {
+ align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -18,6 +19,7 @@
#main > .post-group > ul > li > time {
color: gray;
+ margin-left: 1rem;
min-width: 5rem;
text-align: right;
}