Update pizza to new format

This commit is contained in:
Andrew Miner
2018-08-08 20:54:46 -06:00
parent 36d243cc73
commit bd4c19cf3d
5 changed files with 73 additions and 114 deletions
+14 -2
View File
@@ -197,9 +197,21 @@
}
.navigation {
font-size: 14pt;
font-family: sans-serif;
font-size: 12pt;
font-style: italic;
margin-top: 0.5in;
margin-top: 0.75in;
text-align: center;
a, a:visited {
color: grey;
text-decoration: none;
}
a:active {
color: blue;
text-decoration: none;
}
}
}