diff --git a/static/css/style.css b/static/css/style.css index 1c9c5ff..34b25d8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -206,7 +206,7 @@ div#navigation a:hover { div#footer{ display: flex; flex-direction: row; - flex-wrap: wrap; + flex-wrap: nowrap; justify-content: space-between; align-items: baseline; padding: 55px 80px; @@ -218,27 +218,34 @@ div#footer{ .footer-left, .footer-right { display: flex; flex-direction: row; + width: 100%; } -.footer-left{ flex-wrap: nowrap;} +.footer-left{ flex-wrap: nowrap; justify-content: start;} +.footer-right{ + flex-wrap: wrap; + justify-content: end; + flex-wrap: nowrap; + margin: 0px 0px 0px 56px; +} #footer-credit , #footer-funds { display: flex; flex-direction: column; flex-wrap: nowrap; } +#footer-credit, #footer-socials{ + padding: 0px 56px 0px 0px; +} #footer-socials-links { display: flex; flex-direction: column; flex-wrap: nowrap; } -#footer-credit , #footer-funds, #footer-socials-links, #footer-contact-form { - padding-right: 56px; -} div#footer-title-br p, div#footer-title-others p, div#footer-title-contact p, div#footer-title-socials p{ text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; - font-size: 16px; + font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1400 - 768))); font-weight: normal; font-stretch: condensed; font-style: normal; @@ -247,8 +254,9 @@ div#footer-title-br p, div#footer-title-others p, div#footer-title-contact p, di color: var(--brown-grey); } div#footer-img-br img{ - width: 90px; - height: 90px; + width: 100%; + max-width: 90px; + height: auto; padding-top: 20px; } div#footer-img-others{ @@ -289,23 +297,42 @@ div#contactform{ text-decoration: none; color:#FFFFFF; } + +#footer-contact-form { + width: 100%; + max-width: 365px; +} +@media screen and (min-width:0px) and (max-width: 1000px) { +div#footer{ flex-wrap: wrap; } +.footer-left{ justify-content: space-between;} +.footer-right{ justify-content: space-between; margin: 0px;} +#footer-title-others, #footer-title-contact {text-align: right;} +#footer-contact-form {margin: 30px 0px 0px 0px;} +#footer-credit, #footer-socials{ padding: 0px; } +} @media screen and (min-width:0px) and (max-width: 768px) { - #footer-title-others {margin-left: auto;} + #footer-title-others {text-align: right;} + #footer-title-contact {text-align: left;} #footer-socials {width: 100%; } #footer-socials-links{ display: flex; flex-direction: row; justify-content: space-between; - width: 100%;} + width: 100%; + } div#contactform {width: 100%; max-width: none;} #footer-contact-form { width: 100%; max-width: none;} .footer-left, .footer-right { width: 100%; } + .footer-right { flex-wrap: wrap; } + #footer-credit, #footer-socials{ padding: 0px; } + #footer-right { margin: 0px; } + #footer-socials, #footer-contact-form {margin: 30px 0px 0px 0px;} } /*Titles all pages*/ -/*div#home-recent-title, div#browsethearchive-title, div#artistsindex-title, div#publishersindex-title, div#selfpublishedindex-title, div#zinesindex-title, */ +/*div#home-recent-title, div#browsethearchive-title, div#artistsindex-title, div#publishersindex-title, div#selfpublishedindex-title, div#zinesindex-title, div#browseby-title */ div.pagetitle{ margin: 60px 80px 30px 80px; font-size: 25px; @@ -517,14 +544,13 @@ img.home-recent-imgs, img.browsethearchive-imgs{ } div.home-recent-items, div.browsethearchive-items{ - padding:10px; font-size: 16px; font-family: 'Roboto Condensed', sans-serif; margin: 0 auto; display: flex; flex-direction: column; - align-content: center; - /*justify-content: space-between;*/ + /* align-content: start; center;*/ + justify-content: space-between; height: 100%; } @@ -534,8 +560,15 @@ div.home-recent-items a, div.browsethearchive-items a { font-family: 'Roboto Condensed Bold', sans-serif; color: #000000; text-decoration: none; +/* display: flex; + justify-content: left;*/ } +/*div.home-recent-items span, div.browsethearchive-items span { + display: flex; + justify-content: left; +} +*/ div.home-recent-items-top, div.browsethearchive-items-top { display: flex; flex-direction: column; @@ -546,16 +579,18 @@ div.home-recent-items-bottom, div.browsethearchive-items-bottom { display: flex; flex-direction: column; flex-shrink: 0; - flex-basis: 100px; + flex-basis: 140px; justify-content: flex-start; } +div.browsethearchive-items-bottom { padding: 20px 0px 0px 0px;} + div#home-recent-grid, div#browsethearchive-grid{ width: 100%; padding: 0px 80px; display: grid; - text-align: center; - grid-gap: 2rem; + /*text-align: center;*/ + grid-gap: 1rem; } div#show-button-wrapper{ width: 100%; @@ -635,7 +670,21 @@ div#browsethearchive-grid{ font-family: 'Roboto Condensed', sans-serif; } ul#browsethearchive-pagin{ - display: inline-flex; + display: flex; + flex-direction: row; + justify-content: space-between; + align-content: baseline; + margin-left: auto; + margin-right: auto; + padding-top: 42px; + padding-bottom: 52px; + font-family: Roboto Condensed; + font-size: 14px; + line-height: 48px; + font-weight: bold; + font-stretch: condensed; + min-height: 48px; + max-width: 376px; } #browsethearchive-pagin li { display: flex; diff --git a/templates/artistsindex.html b/templates/artistsindex.html index c7597ec..1d7a1b2 100644 --- a/templates/artistsindex.html +++ b/templates/artistsindex.html @@ -38,7 +38,6 @@ -