diff --git a/css/_home.scss b/css/_home.scss index 43d22f7..b66e5a2 100644 --- a/css/_home.scss +++ b/css/_home.scss @@ -172,35 +172,6 @@ $primary: #a72b2a; } } - .home-sponsors { - margin-top: 6rem; - - h6 { - font-size: 1rem; - color: #929394; - text-align: center; - margin-bottom: 1.5rem; - } - - .grid { - display: grid; - grid-template-columns: repeat(4, max-content); - justify-content: space-between; - align-items: center; - - @media (max-width: 980px) { - grid-template-columns: max-content max-content; - grid-row-gap: 4rem; - justify-content: space-around; - align-items: center; - - img { - margin: auto; - } - } - } - } - .home-about { background: #f6f6f6; margin-bottom: 16rem; diff --git a/index.html b/index.html index 9d15d28..7f2f023 100644 --- a/index.html +++ b/index.html @@ -39,16 +39,6 @@