summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg <georg@riseup.net>2019-06-26 06:59:07 +0000
committergeorg <georg@riseup.net>2019-09-03 22:35:19 +0000
commitd37456f71f0d849a73f79ca67461d3f3057fb61a (patch)
tree6db76acd651723fd789d425ac96e96539992cc0e
parent88af6ef8e8b6faccad779d0bc7ddf56b7cf37d0b (diff)
index: Fix layout to align the headlines 'Schleuder' and 'Projects'
-rw-r--r--index.md3
-rw-r--r--styles.css5
2 files changed, 7 insertions, 1 deletions
diff --git a/index.md b/index.md
index 760ba02..cf3fb4f 100644
--- a/index.md
+++ b/index.md
@@ -10,7 +10,7 @@ Schleuder is a group's email-gateway: subscribers can exchange encrypted emails
We give our time and knowledge to build and maintain this project in order to help people with their daily private communication and in the struggle for their personal emancipation, social and economic justice and political freedom. [Why we do it](MISSION_STATEMENT.html)
-
+<div class='row'>
<div class='block smallblock'>
### Schleuder
@@ -30,6 +30,7 @@ These projects also belong to the schleuder-family:
* [schleuder-cli](schleuder-cli)
* [schleuder-gitlab-ticketing](schleuder-gitlab-ticketing)
</div>
+</div>
<div class='block' id='news'>
diff --git a/styles.css b/styles.css
index a67469f..f66dc8d 100644
--- a/styles.css
+++ b/styles.css
@@ -104,6 +104,11 @@ dt {
margin: -0.3em 0 0 -0.6em;
}
+.row {
+ display: flex;
+ flex-direction: row;
+ width: 100%;
+}
.smallblock {
display: inline-block;