diff --git a/static/css/pages/core/contact.css b/static/css/pages/core/contact.css index 3ae972ba..2ced1cbb 100644 --- a/static/css/pages/core/contact.css +++ b/static/css/pages/core/contact.css @@ -6,7 +6,10 @@ } #pageBody > .card:not(:first-of-type) { } - +#email { + min-width: 40vw; + width: 40vw; +} /* .content > a { diff --git a/static/dist/css/core_contact.bundle.css b/static/dist/css/core_contact.bundle.css index 683102e7..a029db9e 100644 --- a/static/dist/css/core_contact.bundle.css +++ b/static/dist/css/core_contact.bundle.css @@ -6,7 +6,10 @@ } #pageBody > .card:not(:first-of-type) { } - +#email { + min-width: 40vw; + width: 40vw; +} /* .content > a { diff --git a/templates/layouts/layout.html b/templates/layouts/layout.html index 4b8dadd2..2dec77a2 100644 --- a/templates/layouts/layout.html +++ b/templates/layouts/layout.html @@ -47,159 +47,31 @@ -->