mods in possitioning img and text in hero

This commit is contained in:
jorge 2022-02-01 18:03:55 +01:00
parent ea6d1524cd
commit 54b752e577
1 changed files with 7 additions and 6 deletions

View File

@ -284,17 +284,17 @@ table.cf7-db-table tbody td > div {
position: absolute;
z-index: 100;
width: 75%;
margin: 1rem;
padding: 0.2rem;
font-size: 2rem;
margin: 3rem 1rem;
padding: 1rem;
font-size: 3rem;
font-weight: bold;
line-height: 1.6rem;
line-height: 1.5rem;
color: blue;
}
aside.hero .widget-container img {
position: absolute;
z-index: 99;
top: 0;
top: -20%;
width: 100%;
height: auto;
}
@ -302,7 +302,8 @@ table.cf7-db-table tbody td > div {
position: absolute;
z-index: 101;
bottom: 0;
margin: 1rem;
width: 70%;
margin: 2rem 1rem;
padding: 1rem;
color: rgb(90,90,90);
background: rgba(250,250,250,0.8);