Fixed some CSS bugs and a build-site sitemap bug.

master
LijeroM 2018-05-05 14:10:54 -07:00
parent 858b74621d
commit 67212ebd17
2 changed files with 62 additions and 70 deletions

View File

@ -1,3 +1,4 @@
cd templates/
stack exec html-generator -- --sitemap $(find .. -type f -name "*.hs" | grep -v "./templates")
mv sitemap.xml ..
cd ..

View File

@ -9,6 +9,9 @@ nav {
font-size: 25px;
letter-spacing: 2px;
color: #404040;
margin: auto;
padding: 0;
text-align: center;
}
#navbrand {
@ -20,12 +23,21 @@ nav {
nav li {
text-indent: 0;
padding-left: 8px;
padding-right: 8px;
margin: 0;
display: inline-block;
}
nav ul {
padding: 0;
list-style: none;
}
nav a {
color: inherit;
}
article {
margin: auto;
line-height: 1.5em;
@ -35,8 +47,6 @@ article {
}
p {
/* text-align: justify;
text-justify: distribute;*/
text-indent: 2em;
}
@ -65,10 +75,6 @@ a:hover {
color: #8080A0;
}
nav a {
color: inherit;
}
.quote-content::before {
content: url("/res/icon/double-quote-serif-left.svg");
}
@ -110,21 +116,6 @@ footer {
}
}
nav {
margin: auto;
padding: 0;
text-align: center;
}
nav ul {
padding: 0;
}
nav li {
margin: 0;
display: inline-block;
}
@media screen and (min-width: 700px) {
article {
padding: 0 80px;