diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 17:45:58 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 17:45:58 +0100 |
commit | 084341e5b7d3b31ac7f2611118d7ecc03ef0d661 (patch) | |
tree | 00c6fa0efbef048fd36384bfe4cc2bef3f41fb96 | |
parent | 6b920781f70c88a6927532db9403538467d20f92 (diff) | |
download | kronika-084341e5b7d3b31ac7f2611118d7ecc03ef0d661.tar.gz kronika-084341e5b7d3b31ac7f2611118d7ecc03ef0d661.zip |
Add logo to index
-rw-r--r-- | wpisy/index.html.raw | 7 | ||||
-rw-r--r-- | wpisy/style.css | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/wpisy/index.html.raw b/wpisy/index.html.raw index a02e0ba..caa2622 100644 --- a/wpisy/index.html.raw +++ b/wpisy/index.html.raw @@ -50,4 +50,9 @@ <h1>19 PDH Puszcza</h1> -Lorem ipsum +<div class="content" style="padding: 4ex 0; display: flex"> +<div style="flex: 50%"><img src="assets/naszywka.png" height="240"></div> +<div style="flex: 50%; text-align: left"> +O drużynie słów kilka, ale teraz nie mam weny więc jest te pare słów aby zapełnić lukę. +</div> +</div> diff --git a/wpisy/style.css b/wpisy/style.css index b25fa9c..e6800df 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -123,9 +123,9 @@ article.kronika { article, .content { - padding-top: 4ex!important; max-width: 80ex; line-height: 1.5em; + margin: 0 auto; } header > *, |