Skip to content
Snippets Groups Projects
Commit a6f89f36 authored by Jiří Setnička's avatar Jiří Setnička
Browse files

Responzivní design: Zmenšení záhlavví na mobilu

parent 475e2eb0
Branches
No related tags found
1 merge request!135Responzivní design - základy
...@@ -553,3 +553,14 @@ table.data input.form-control { ...@@ -553,3 +553,14 @@ table.data input.form-control {
.guide-inner { .guide-inner {
margin: 2ex 2ex; margin: 2ex 2ex;
} }
/* Vzhled pro mobily a úzké displeje */
@media only screen and (max-width: 600px) {
header img {
height: 40px;
}
header h1 {
font-size: 18px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment