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
...@@ -11,7 +11,7 @@ body { ...@@ -11,7 +11,7 @@ body {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
padding: 0 1em; padding: 0 1em;
max-width: 800px; max-width: 1000px;
width: 100%; width: 100%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment