diff --git a/scss/_content.scss b/scss/_content.scss index cce53491e5a552a805697e246b850f9f5fd3ecf6..18736c926c510f2e828cc16e051553743e6ac9f4 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 43045a326d3e70d4a7c27d1f129b4ed2e8283a7e..a550e72ec293bc2445705f808ffb72ede1f53fa5 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