diff --git a/index.html b/index.html index 704ca5b..ceb1ab7 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + Přehled Financí Komunity @@ -13,19 +13,24 @@
-

Přehled Financí Komunity

-

Tento projekt poskytuje transparentní přehled transakcí na našem transparentním účtu.

-

Přehled faktur: Přístup k vystaveným fakturám naleznete v našem Nextcloud úložišti.

+
+

Přehled Financí Komunity

+ +
+

Tento projekt poskytuje transparentní přehled transakcí na našem + transparentním účtu.

+

Přehled faktur: Přístup k vystaveným fakturám naleznete v našem + Nextcloud úložišti.

- -
+ + diff --git a/styly.css b/styly.css index 4212705..e9eeb89 100644 --- a/styly.css +++ b/styly.css @@ -31,3 +31,22 @@ footer { a[rel="me"] { display: none; } +.dropdown { + display: flex; + justify-content: flex-end; /* Posune tlačítko doprava */ + margin-right: 20px; /* Přidá trochu prostoru od kraje */ +} +header .d-flex { + display: flex; + justify-content: space-between; + align-items: center; +} + +header h1 { + flex-grow: 1; + text-align: center; +} + +.dropdown { + margin-right: 20px; +}