projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
38c0b93
)
lift max-width limitation
author
Michael Wallner
<mike@php.net>
Wed, 20 Feb 2019 20:27:31 +0000
(21:27 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 20 Feb 2019 20:27:31 +0000
(21:27 +0100)
public/index.css
patch
|
blob
|
history
diff --git
a/public/index.css
b/public/index.css
index b422e5faa1ca9412177e3f48349b17a76931fdd3..69f33cc8d72f6e339f23a49fea9b6f34972a0203 100644
(file)
--- a/
public/index.css
+++ b/
public/index.css
@@
-18,8
+18,8
@@
body {
div.page {
margin: auto;
-
max-width: 1200px;
-
min-height: 100%;
+
/*
max-width: 1200px;
+
*/
min-height: 100%;
padding-bottom: 5em;
box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
}
@@
-172,8
+172,8
@@
h1, li h3, th, footer {
h1, footer {
margin: 0;
-
max-width: 1200px;
-
padding: 1em;
+
/*
max-width: 1200px;
+
*/
padding: 1em;
}
h1 {