banished styles to legacy

This commit is contained in:
Daniel
2021-11-05 18:51:23 -04:00
parent 70eb62ef1c
commit 9f0cd93dd7
3 changed files with 33 additions and 17 deletions

View File

@@ -1,3 +1,20 @@
html, body, div, span, a, p, ul, li, h1 {
margin: 0;
border: 0;
padding: 0;
/*box-sizing: inherit;*/
/* font: inherit;*/
/*text-decoration: inherit;*/
/*text-align: inherit;*/
/*color: inherit;*/
/*background: transparent;*/
}
a {
color: inherit;
text-decoration: inherit;
}
@media only screen and (max-width: 975px) {
.legacy.content {
margin-top: 36px;