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

CSS: Změna max-width na 1000px

Přijde mi to odhadometricky jako docela rozumná šířka, na větší bych nešel.

Solve #17
parent 99da9940
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
......@@ -11,7 +11,7 @@ body {
display: block;
margin: 0 auto;
padding: 0 1em;
max-width: 800px;
max-width: 1000px;
width: 100%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment