Rozházení @media, o kterých je jasné, kam patří

This commit is contained in:
Jonas Havelka 2024-02-20 19:14:17 +01:00
parent a4a4af5f93
commit 10c252cd16
2 changed files with 33 additions and 29 deletions

View file

@ -200,6 +200,21 @@ p.license-mobile {
display: none;
margin-bottom: 0px;
}
@media (max-width: 650px) {
#footer {
display: none;
}
p.license-mobile {
position: relative;
display: block;
font-size: 90%;
background-color: var(--hlavni-oranzova);
padding: 5%;
text-align: justify;
}
}
/****************/
@ -508,15 +523,6 @@ div.zadani_termin .datum {
margin-top: 8px; /* mezera mezi hlavním menu a submenu */
}
a.ref-org-foto {
pointer-events: none;
}
table#reseni.form td, table#reseni.form tr {
display: inline-grid;
max-width: 300px;
}
/* titulni stranka */
.titulnistrana {
@ -670,26 +676,6 @@ div.zadani_termin .datum {
display: block;
}
/*patička mobil*/
#footer {
display: none;
}
p.license-mobile {
position: relative;
display: block;
font-size: 90%;
background-color: var(--hlavni-oranzova);
padding: 5%;
text-align: justify;
}
table.form td, table.form tr {
display: inherit;
}
/* titulni stranka */
.titulnistrana {

View file

@ -120,6 +120,10 @@ div.flip-card-foto, div.flip-card-foto img {
background-color: white;
}
@media(max-width: 800px) {
a.ref-org-foto { pointer-events: none; }
}
/* karty archiv */
div.popis_rocniku {
@ -331,6 +335,20 @@ table#reseni.form td, table#reseni.form tr {
display: inline-table;
}
@media (max-width: 650px) {
table.form td, table.form tr {
display: inherit;
}
}
@media(max-width: 800px) {
table#reseni.form td, table#reseni.form tr {
display: inline-grid;
max-width: 300px;
}
}
.field-with-comment{
position:relative;
}