Merge pull request 'hotfix: #1430' (!15) from fix_galerie into master

Reviewed-on: #15
This commit is contained in:
Jonas Havelka 2022-11-28 23:42:41 +01:00
commit f9b0395be7

View file

@ -1152,8 +1152,7 @@ div.zadani_termin .datum {
/* posune kotvu obrázku v galerii o oranžový pruh dolu, aby se pod ním obrázek neschovával */
/* https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header */
.kotva_obrazku {
display: block;
position: relative;
position: absolute;
width: 0;
height: 55px; /* viz #title */
margin-top: -55px; /* viz #title */