diff --git a/content/sidebars/2_kolaz-video.md b/content/sidebars/2_kolaz-video.md index 3d191e5..67df6b3 100644 --- a/content/sidebars/2_kolaz-video.md +++ b/content/sidebars/2_kolaz-video.md @@ -4,4 +4,4 @@ Title: Kolaž dobrodošlice iz Evrope --- - \ No newline at end of file + \ No newline at end of file diff --git a/content/sidebars/3_izjava.md b/content/sidebars/3_izjava.md index ff154d1..d2425af 100644 --- a/content/sidebars/3_izjava.md +++ b/content/sidebars/3_izjava.md @@ -1,4 +1,4 @@ --- Title: Izjava za življenje --- - \ No newline at end of file + \ No newline at end of file diff --git a/themes/Travelify-tr00/styles/style.css b/themes/Travelify-tr00/styles/style.css index 1a9af43..c9a572b 100644 --- a/themes/Travelify-tr00/styles/style.css +++ b/themes/Travelify-tr00/styles/style.css @@ -2562,19 +2562,22 @@ header .container { } } +/* audio v sidebar*/ +.widget audio {width:100%;} + /* popravki za kolaz_dobrodoslice video */ /*default*/ /*.widget-title {background-color: #ff0000;}*/ - #kolaz_dobrodoslice {width: 250px; height: 141px;} + .widget iframe {width: 250px; height: 141px;} @media (min-width: 560px) { /*.widget-title {background-color: #00ff00;}*/ - #kolaz_dobrodoslice {width: 460px; height: 258px;} + .widget iframe {width: 460px; height: 258px;} } @media (min-width: 768px) { /*.widget-title {background-color: #0000ff;}*/ - #kolaz_dobrodoslice {height: auto;} + .widget iframe {height: auto;} } /* KONC popravki za kolaz_dobrodoslice video */