summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-09-18 01:20:19 +0300
committerRasmus Luha <rasmus.luha@gmail.com>2022-09-18 01:20:19 +0300
commitd84ead435a6ec8c3e9ddaf8d04d7e94d79cf4e57 (patch)
tree78cc698801b60ee5a0c74c8f718abc991a1bd280
parent40f114fe03cffaea257dc1f7611a95bda15bd228 (diff)
minor css
-rw-r--r--public/css/style.css28
-rw-r--r--static/css/style.css28
2 files changed, 34 insertions, 22 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 494dc57..527937d 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -135,14 +135,6 @@ footer{
border: none;
}
- .left section{
- display: inline;
- }
-
- .left .quote{
- display: none;
- }
-
.left{
border-right: none;
}
@@ -153,12 +145,26 @@ footer{
margin-bottom: 10px;
}
+ .left section{
+ display: inline;
+ }
+
+ .left section .people, .writers{
+ width: auto;
+ }
+
+ .left h4, ul > li{
+ text-align: center !important;
+ }
+
+
+ .left .quote{
+ margin: 10px 30px;
+ }
+
nav a {
padding: 5px;
font-size: 20px;
- font-weight: bold;
- text-decoration: none;
- color: #71BC68;
}
}
diff --git a/static/css/style.css b/static/css/style.css
index 494dc57..527937d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -135,14 +135,6 @@ footer{
border: none;
}
- .left section{
- display: inline;
- }
-
- .left .quote{
- display: none;
- }
-
.left{
border-right: none;
}
@@ -153,12 +145,26 @@ footer{
margin-bottom: 10px;
}
+ .left section{
+ display: inline;
+ }
+
+ .left section .people, .writers{
+ width: auto;
+ }
+
+ .left h4, ul > li{
+ text-align: center !important;
+ }
+
+
+ .left .quote{
+ margin: 10px 30px;
+ }
+
nav a {
padding: 5px;
font-size: 20px;
- font-weight: bold;
- text-decoration: none;
- color: #71BC68;
}
}