From 7906dc0a2d3d4b9aca8049bf611177b6e8bb62f5 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 30 Jun 2021 15:06:20 +0200 Subject: [PATCH] =?UTF-8?q?Nov=C3=A1=20loga=20v=20pati=C4=8Dce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- img/logo-kmdm.svg | 1 + img/logo-kppp.svg | 1 + img/logo-pedf.svg | 2 +- index.html | 20 ++++++++++++++------ style.css | 18 ++++++++++-------- 5 files changed, 27 insertions(+), 15 deletions(-) create mode 100644 img/logo-kmdm.svg create mode 100644 img/logo-kppp.svg diff --git a/img/logo-kmdm.svg b/img/logo-kmdm.svg new file mode 100644 index 0000000..c5f44f5 --- /dev/null +++ b/img/logo-kmdm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/logo-kppp.svg b/img/logo-kppp.svg new file mode 100644 index 0000000..4fbc2f4 --- /dev/null +++ b/img/logo-kppp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/logo-pedf.svg b/img/logo-pedf.svg index 9d24c78..020257b 100644 --- a/img/logo-pedf.svg +++ b/img/logo-pedf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index 7221369..5617688 100644 --- a/index.html +++ b/index.html @@ -186,12 +186,20 @@ diff --git a/style.css b/style.css index 24e6f0e..88e981d 100644 --- a/style.css +++ b/style.css @@ -154,20 +154,21 @@ main .articles .list article a { main .articles .list article:hover h3 { text-decoration: underline } footer { - display: flex; - align-items: center; - justify-content: center; - flex-wrap: wrap; - margin: 15em auto; padding: 1em; } +footer .wrap { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-column-gap: 2em; + grid-row-gap: 4em; + justify-items: center; +} footer img { - width: 18em; - margin: 2em; + height: 5em; transition: transform .2s ease-out; } -footer img.pedf { width: 10em } +footer a.nadacecs { grid-column: 1 / -1 } footer img:hover { transform: scale(1.1) } .modal { @@ -255,6 +256,7 @@ footer img:hover { transform: scale(1.1) } main .articles .list, main .phases .wrap>div, main .team .modal .content, + footer .wrap, .fancyheader .wrap { grid-template-columns: 1fr; }