Skip to content
Snippets Groups Projects
Commit e81ab8f6 authored by benjamin's avatar benjamin
Browse files

sprechendere Klassenbezeichnung

parent 01838adf
Branches
No related tags found
No related merge requests found
Pipeline #2291 passed
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
</header> </header>
<label class="no-js" for="toggle">OpenDyslexic Font</label> <label class="no-js" for="toggle">OpenDyslexic Font</label>
<input class="no-js" type="checkbox" id="toggle" /> <input class="no-js" type="checkbox" id="toggle" />
<div class="flex fontchange"> <div class="content fontchange">
<section lang="de" id="deutsch"> <section lang="de" id="deutsch">
<p class="lang">Deutsch</p> <p class="lang">Deutsch</p>
<p> <p>
......
...@@ -213,13 +213,13 @@ a:focus { ...@@ -213,13 +213,13 @@ a:focus {
color: #5f0096; color: #5f0096;
} }
.flex { .content {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
} }
.flex > * { .content > * {
margin: 0 1em; margin: 0 1em;
flex-basis: 25rem; flex-basis: 25rem;
flex-grow: 1; flex-grow: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment