chandged footer style and test make

master
Alessandro Mauri 4 years ago
parent 0aaf836901
commit 1f9c3c9bb2
  1. 3
      makefile
  2. 3
      src/styles.css

@ -7,6 +7,9 @@ all:
mkdir -p ${DESTDIR}
ssg ${SRCDIR} ${DESTDIR} ${SITENAME} 'https://${URL}'
test: all
xdg-open ${DESTDIR}/index.html
install: all
rsync -vruL ${DESTDIR}/ www@${URL}:/www/

@ -52,8 +52,7 @@ h1, h2, h3, h4, h5, h6 {
}
footer {
background-color: #dcdcdc;
border-radius: 10px;
border: 1px solid black;
}
footer p {

Loading…
Cancel
Save