Skip to content
Snippets Groups Projects
Commit 7e52a801 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 05b48b1a
No related branches found
No related tags found
2 merge requests!11Změny vzhledu,!9WIP: Zárodek uživatelské části webu a submitování
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 { ...@@ -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