corregida visualización plugin
This commit is contained in:
parent
957344dccf
commit
ea6d1524cd
|
@ -1,2 +1 @@
|
|||
20200323-hangar-theme.tar.gz
|
||||
20200323-hangarweb-themes.tar.gz
|
||||
*.tar.gz
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue