diff --git a/index.html b/index.html index dbe57a9..32425fd 100644 --- a/index.html +++ b/index.html @@ -89,8 +89,11 @@ @@ -101,8 +104,11 @@ @@ -113,9 +119,12 @@ @@ -126,8 +135,11 @@ diff --git a/style.css b/style.css index f156453..d4bdf87 100644 --- a/style.css +++ b/style.css @@ -126,6 +126,11 @@ main .team figure label { margin-top: 1rem; font-weight: bold; } +main .team .modal .content { + display: grid; + grid-template-columns: 1fr 2fr; + grid-column-gap: 2em; +} main .articles .list { display: grid; @@ -229,12 +234,6 @@ footer img:hover { transform: scale(1.1) } grid-column-gap: 1em; } - main .articles .list, - main .phases .wrap>div, - .fancyheader .wrap { - grid-template-columns: 1fr; - } - footer { margin: 5em auto } .modal .content { @@ -246,5 +245,12 @@ footer img:hover { transform: scale(1.1) } .fancyheader .wrap>div { border-top: 0 } + main .articles .list, + main .phases .wrap>div, + main .team .modal .content, + .fancyheader .wrap { + grid-template-columns: 1fr; + } + }