Public Access
5
0
This commit is contained in:
Jeremy
2025-11-21 15:14:27 -05:00
5 changed files with 32 additions and 10 deletions

View File

@@ -214,14 +214,20 @@ footer p {
bottom: 15px;
}
#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
#awakening, #vorsPrize, #professor, #onceAwake, #deimos, #secondDream, #natah {
display: flex;
align-items: flex-start;
}
.lore #secondDream div img {
padding: 10px;
margin-top: 13%;
border-radius: 20px;
}
#awakening img, #professor img, #onceAwake img, #deimos img, #natah img {
padding: 10px;
margin-top: 3.5%;
margin-top: 12%;
border-radius: 20px;
}