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; }