diff --git a/scss/_content.scss b/scss/_content.scss index cce5349..18736c9 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -31,12 +31,6 @@ article{ align-items: stretch; } -#homeImage{ - float: left; - margin-right: 20px; - box-shadow: 7px 7px $back-color-2; -} - #banner img { max-width: 100% !important; } diff --git a/scss/_home.scss b/scss/_home.scss index 43045a3..a550e72 100644 --- a/scss/_home.scss +++ b/scss/_home.scss @@ -6,4 +6,10 @@ #banner a { text-decoration: none; +} + +#homeImage{ + float: left; + margin-right: 20px; + box-shadow: 7px 7px $back-color-2; } \ No newline at end of file