move homeImage css config in home

This commit is contained in:
Jonas Leder 2021-09-10 18:57:52 +00:00
parent ae9a209224
commit 7f58ac1363
2 changed files with 6 additions and 6 deletions

View file

@ -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;
}

View file

@ -6,4 +6,10 @@
#banner a {
text-decoration: none;
}
#homeImage{
float: left;
margin-right: 20px;
box-shadow: 7px 7px $back-color-2;
}