corregida visualización plugin
This commit is contained in:
parent
957344dccf
commit
ea6d1524cd
|
@ -1,2 +1 @@
|
||||||
20200323-hangar-theme.tar.gz
|
*.tar.gz
|
||||||
20200323-hangarweb-themes.tar.gz
|
|
||||||
|
|
|
@ -272,13 +272,13 @@ table.cf7-db-table tbody td > div {
|
||||||
aside.hero {
|
aside.hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 40vw;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
aside.hero .widget-container {
|
aside.hero .widget-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
height: 40vw;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
aside.hero .widget-container .widget-title {
|
aside.hero .widget-container .widget-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -311,7 +311,7 @@ table.cf7-db-table tbody td > div {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
aside.hero {
|
aside.hero .widget-container {
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
height: 60vw;
|
height: 60vw;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
|
Loading…
Reference in New Issue