mods in hero when view small screens

This commit is contained in:
jorge 2022-02-01 18:09:48 +01:00
parent 8a2d7bf023
commit 990d4a3c10
1 changed files with 3 additions and 2 deletions

View File

@ -323,9 +323,10 @@ table.cf7-db-table tbody td > div {
margin: 1rem; margin: 1rem;
} }
aside.hero .widget-container img { aside.hero .widget-container img {
top: 0;
}
aside.hero .widget-container p {
width: 100%; width: 100%;
margin: 1rem; margin: 1rem;
} }
aside.hero .widget-container p {
}
} }