obrázky nesmí být větší, než šířka stránky
This commit is contained in:
parent
4f378e0424
commit
3714d0aa57
1 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,8 @@ a:focus, a:hover, a:active {
|
||||||
|
|
||||||
img {
|
img {
|
||||||
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
|
filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { /*todo: odlišit 1 a 2 */
|
h1 { /*todo: odlišit 1 a 2 */
|
||||||
|
@ -966,7 +968,8 @@ div.cislo_odkazy ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.novinka_obrazek {
|
div.novinka_obrazek {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 400px; /*FIXME*/
|
||||||
}
|
}
|
||||||
|
|
||||||
div.org-text {
|
div.org-text {
|
||||||
|
|
Loading…
Reference in a new issue