Added blurb, tweaked styling
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
A New Page Structure
|
||||
---
|
||||
_26 May 2019_
|
||||
|
||||
I keep wanting to start working on the combat, but I keep getting feedback about the site as a whole. I'm happy to receive it, of course, it just means I'll have to work even harder!
|
||||
|
||||
I've removed the forms to the right, and moved them into their own pages. This should make it cleaner to signup and login. I've also added a blurb to the main page, and tweaked the styling so it's not simply a wall of text. Hopefully, it looks better - I really can't tell, since I'm too close to the project.
|
||||
@@ -23,6 +23,7 @@ body {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: .5em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
@@ -50,6 +51,8 @@ hr {
|
||||
height: 1px;
|
||||
color: lightblue;
|
||||
background-color: lightblue;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
Reference in New Issue
Block a user