mods in possitioning img and text in hero
This commit is contained in:
parent
ea6d1524cd
commit
54b752e577
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue