corregida visualización plugin

This commit is contained in:
jorge-vitrubio 2022-02-01 10:17:29 +01:00
parent 957344dccf
commit ea6d1524cd
2 changed files with 5 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
20200323-hangar-theme.tar.gz
20200323-hangarweb-themes.tar.gz
*.tar.gz

View File

@ -272,13 +272,13 @@ table.cf7-db-table tbody td > div {
aside.hero {
display: flex;
width: auto;
height: 40vw;
margin-bottom: 2rem;
overflow: hidden;
}
aside.hero .widget-container {
position: relative;
min-width: 100%;
height: 40vw;
margin-bottom: 2rem;
overflow: hidden;
}
aside.hero .widget-container .widget-title {
position: absolute;
@ -311,7 +311,7 @@ table.cf7-db-table tbody td > div {
}
@media screen and (max-width: 768px) {
aside.hero {
aside.hero .widget-container {
width: 90vw;
height: 60vw;
margin-top: 2rem;