forked from Decentrala/website
fix: use proper html tag
This commit is contained in:
@@ -59,7 +59,7 @@ footer {
|
||||
border-top: 2px solid var(--border);
|
||||
}
|
||||
|
||||
#main {
|
||||
main {
|
||||
grid-area: "main";
|
||||
padding: 3rem 3rem 3rem 3rem;
|
||||
font-size: 1.3rem;
|
||||
@@ -74,7 +74,7 @@ a:visited {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
#main a {
|
||||
main a {
|
||||
position: relative;
|
||||
top: 0.2rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user