Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
a6f89f36
Commit
a6f89f36
authored
1 year ago
by
Jiří Setnička
Browse files
Options
Downloads
Patches
Plain Diff
Responzivní design: Zmenšení záhlavví na mobilu
parent
475e2eb0
Branches
Branches containing commit
No related tags found
1 merge request
!135
Responzivní design - základy
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/mo.css
+11
-0
11 additions, 0 deletions
static/mo.css
with
11 additions
and
0 deletions
static/mo.css
+
11
−
0
View file @
a6f89f36
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment