Compare commits

...

5 Commits

Author SHA1 Message Date
DrMaxNix 9a85c3fb4f 🔀 merge pull request 'v1.1.8' (#73) from dev into main
Reviewed-on: #73
2024-03-12 22:24:48 +01:00
DrMaxNix 7d28c96225 🔖 bump version to v1.1.8 2024-03-12 22:24:08 +01:00
DrMaxNix 589c902527 💬 recheck bundestag agenda status 2024-03-12 22:23:58 +01:00
DrMaxNix 161ff3a9ca 💄 increase gap of content boxes 2024-03-12 22:21:39 +01:00
DrMaxNix ed78be0c84 💄 apply page font to inputs as well 2024-03-12 22:16:49 +01:00
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.1.7";
static::$version = "1.1.8";
// DEPENDENCIES //

View File

@ -255,7 +255,7 @@ span.align-left {
.section > .content {
display: flex;
flex-direction: column;
gap: 1rem;
gap: 2rem;
padding: 1rem 2rem;
}
@ -732,6 +732,7 @@ input {
border: none;
margin: 0;
font-family: inherit;
font-size: 1rem;
color: var(--color-white);
background: none;

View File

@ -289,11 +289,11 @@
"timeline_lesung_2_text" => [
"de" => [
"Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen.",
"<span class=\"inline gray\">Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. Nächste Sitzungswoche: ab 13 Mär 2024 (Stand: 04 Mär 2024)</span>"
"<span class=\"inline gray\">Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. Nächste Sitzungswoche: ab 13 Mär 2024 (Stand: 12 Mär 2024)</span>"
],
"en" => [
"The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes.",
"<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 04 Mar 2024)</span>"
"<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. Next session week: from 13 Mar 2024 (As of 12 Mar 2024)</span>"
]
],
"timeline_lesung_2_button" => [