FIX image display in hero section; ADD template for tag display

This commit is contained in:
Hoernschen 2022-06-29 13:03:51 +02:00
parent 849e66eafc
commit d9d8befe21
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
6 changed files with 54 additions and 10 deletions

View file

@ -8,6 +8,7 @@
.hero-icon-container {
padding: 1rem;
margin: auto;
}
.hero-button {

View file

@ -287,10 +287,16 @@ button {
}
.services {
display: inherit;
display: flex;
align-items: center;
padding: 1.5rem 0rem;
}
.services-section-content {
display: flex;
align-items: center;
}
.service-icon-container {
padding: 1.5rem;
margin: auto;
@ -299,6 +305,7 @@ button {
.service-icon {
width: 100%;
height: auto;
object-fit: contain;
}
.service-button {