blob: 1bfcf6781a5b8ee152483ab27d5edd6111de88e0 (
plain) (
tree)
|
|
div.pageFooter {
margin: 1rem auto;
max-width: $maximumPageWidth;
min-width: $minimumPageWidth;
text-align:center;
p {
& + p {
margin-top:calc(1rem / 2);
}
a {
&,&:visited {
color: $foregroundColour;
text-decoration:underline;
}
&:hover {
text-decoration:none;
}
}
em {
font-style: normal;
font-weight:bold;
}
}
}
|