Skip to content
Snippets Groups Projects
Commit ced4455d authored by Antodias's avatar Antodias
Browse files

fixed padding

parent bb789ead
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
<footer>
<div class="editPage">
<a href="{{ .Site.Params.gitEditBaseUrl }}{{ .File.Path }}">{{ i18n "editPage" }}</a>
<a href="{{ .Site.Params.gitEditBaseUrl }}{{ .File.Path }}" title="{{ i18n "editPage" }}">{{ i18n "editPage" }}</a>
</div>
<div class="center">
<a href="{{ ref . "impressum.md" }}">{{ i18n "imprint" }}</a>
......
......@@ -200,9 +200,9 @@ nav .container {
white-space: nowrap;
}
article > * {
article > *,
header h1 {
max-width: 800px;
padding: 0 50px;
}
.container .lang-dropdown {
......@@ -237,7 +237,7 @@ header {
header h1 {
margin: 0 auto 15px auto;
padding: 50px;
padding: 50px 0;
text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
}
......@@ -457,7 +457,7 @@ footer .lang-dropdown {
line-height: inherit;
}
article > *, .container {
article > *, article .container {
padding: 0 25px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment