Add new Legends Arceus Pokémons

Also fix overflow in pages + about page little revamp
This commit is contained in:
2022-02-23 13:58:51 +01:00
parent 66bbd589fe
commit 08e3791523
8 changed files with 112 additions and 86 deletions

View File

@@ -7,6 +7,7 @@ body {
font-family: Verdana;
color: #e7e2e2;
position: relative;
overflow-x: hidden;
}
a { color: #e7e2e2; font-weight: bold; }
@@ -66,7 +67,7 @@ article #container {
article #container .companion {
float: right;
width: 180px;
width: 280px;
margin-left: 15px;
}
@@ -83,12 +84,11 @@ article #container .middle-companion {
margin-left: 25px; margin-right: 25px;
}
article #container.about p { margin-left:20px; }
article #container .about { margin-bottom: 3.5%; }
article #container .about li { margin-top: 5px; margin-bottom: 5px; }
article #container .about li a { margin-top: 5px; margin-bottom: 5px; font-weight: normal; }
article #container .about_titles { text-decoration: underline; }
article #container.about ul { margin-bottom: 3.5%; }
article #container.about ul li { margin-top: 5px; margin-bottom: 5px; }
article #container.about ul li a { margin-top: 5px; margin-bottom: 5px; font-weight: normal; }