commit 0323ba004dc7b558b88587e562ba699847c51bc8
parent 72709b28482b97c37a5789fa8b04e57b10ef2f26
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 31 Mar 2020 16:12:39 +0100
adjust margins and section width. add col and img elements.
Diffstat:
1 file changed, 26 insertions(+), 4 deletions(-)
diff --git a/static/css/style.css b/static/css/style.css
@@ -17,8 +17,30 @@ body {
flex-wrap: wrap
}
.section {
- margin: 20px;
- max-width: 599px;
+ margin: auto;
+ width: 599px;
+}
+
+.row {
+ display: flex;
+}
+
+.col {
+ flex: 1 1 0%
+}
+.col-left {
+ text-align: left;
+}
+.col-mid {
+ text-align: center;
+}
+.col-right {
+ text-align: right;
+}
+
+img {
+ height: 43px;
+ width: auto;
}
h1,h2,h3,h4,h5 {
text-transform: uppercase;
@@ -26,7 +48,8 @@ h1,h2,h3,h4,h5 {
}
h1 {
- color: #cd6e42
+ color: #cd6e42;
+ margin: 0px;
}
h2,h3,h4,h5 {
@@ -52,7 +75,6 @@ ul {
}
li {
width 100%;
- background: #202224;
display: inline;
font-size: 16px;
color: #62a8b2;