summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina <n.siessegger@zeromail.org>2019-09-05 03:18:42 -0700
committerNina <n.siessegger@zeromail.org>2019-09-05 03:18:42 -0700
commitd1a473eb601315c2297aae7cb9409ff35cea3ca6 (patch)
tree6db76acd651723fd789d425ac96e96539992cc0e
parent88af6ef8e8b6faccad779d0bc7ddf56b7cf37d0b (diff)
parentd37456f71f0d849a73f79ca67461d3f3057fb61a (diff)
Merge branch 'fix-index-layout' into 'master'
index: Fix layout to align the headlines 'Schleuder' and 'Projects' See merge request schleuder/schleuder-website!73
-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;