about summary refs log tree commit diff
path: root/wpisy
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-16 22:59:56 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-16 22:59:56 +0100
commit5c3ab5ce8967a2c697b4fd1603573fb6f4267e29 (patch)
tree1b3ad4c1b69071df0246ee8220f98bd7ecd90553 /wpisy
parent79ad2fbd5eabd90defdbb3c7849920cd52d8bdfa (diff)
downloadkronika-5c3ab5ce8967a2c697b4fd1603573fb6f4267e29.tar.gz
kronika-5c3ab5ce8967a2c697b4fd1603573fb6f4267e29.zip
Add chronicle description
Diffstat (limited to 'wpisy')
-rw-r--r--wpisy/index.html.raw2
-rw-r--r--wpisy/kronika.html.raw5
-rw-r--r--wpisy/style.css3
3 files changed, 8 insertions, 2 deletions
diff --git a/wpisy/index.html.raw b/wpisy/index.html.raw
index 9cdba00..0226967 100644
--- a/wpisy/index.html.raw
+++ b/wpisy/index.html.raw
@@ -1,7 +1,7 @@
 <style>
 .joinus {
   position: relative;
-  top: -10px;
+  top: -8px;
   width: 100%;
   padding: 160px 20%;
   background-image: url(/assets/bg.jpg);
diff --git a/wpisy/kronika.html.raw b/wpisy/kronika.html.raw
new file mode 100644
index 0000000..c012bb2
--- /dev/null
+++ b/wpisy/kronika.html.raw
@@ -0,0 +1,5 @@
+<section class="content">
+<h2>Kronika</h2>
+
+<p style="text-align: left; margin: 3em 0">Poniżej znajdziesz elektroniczną kronikę 19 PDH Puszcza prowadzoną przez druhów z naszej drużyny. Opisujemy w niej historie i przygody jakie przeżyliśmy i przeżywamy na zbiórkach, wyjazdach, obozach.</p>
+</section>
diff --git a/wpisy/style.css b/wpisy/style.css
index e6800df..c2c1ef7 100644
--- a/wpisy/style.css
+++ b/wpisy/style.css
@@ -101,6 +101,7 @@ header > div {
 
 .logo {
   font-size: 1.5em;
+  padding: 0 1ex;
 }
 
 nav a {
@@ -126,6 +127,7 @@ article,
   max-width: 80ex;
   line-height: 1.5em;
   margin: 0 auto;
+  padding: 1em;
 }
 
 header > *,
@@ -133,7 +135,6 @@ article,
 footer > * {
   margin: 0 auto;
   width: 100%;
-  padding: 1ex;
 }
 
 nav {