summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-03-02 13:20:24 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-03-02 13:20:24 +0100
commit147be22627ce0e750cf4f6ea2a82dc8e88193872 (patch)
treefc52278bb9fd1439e4cb53a95db6cd1b32e32b61
parentfd5740b73510fa3b002c8235f84220aeafff88c5 (diff)
web: increase line width and height
-rw-r--r--.gitignore1
-rw-r--r--web/kpov_judge/static/style.css3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c18dd8d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+__pycache__/
diff --git a/web/kpov_judge/static/style.css b/web/kpov_judge/static/style.css
index 363fbc4..50e3b8c 100644
--- a/web/kpov_judge/static/style.css
+++ b/web/kpov_judge/static/style.css
@@ -4,7 +4,7 @@ a.back {
body {
margin: 0 auto;
- max-width: 60em;
+ max-width: 66em;
padding: 1em 2em;
}
@@ -37,6 +37,7 @@ h3 {
p {
hyphens: auto;
+ line-height: 125%;
margin-top: 0.5em;
margin-bottom: 0;
padding-top: 0;