diff --git a/app/styles/modules/home-project.scss b/app/styles/modules/home-project.scss index 3f06f949..074c7414 100644 --- a/app/styles/modules/home-project.scss +++ b/app/styles/modules/home-project.scss @@ -112,9 +112,12 @@ width: 100%; } .icon-badge { - bottom: 15%; + @include svg-size(1.2rem); + background: rgba($black, .5); + bottom: 5%; + padding: .1rem; position: absolute; - right: 15%; + right: 5%; } } }