fix about page title spacing on mobile

This commit is contained in:
ktyl 2022-01-01 22:57:56 +00:00
parent ce3317dc76
commit 6103796b53
3 changed files with 12 additions and 12 deletions

View File

@ -8,13 +8,6 @@
transform: translate(-50%,0); transform: translate(-50%,0);
} }
.portfolio h1 {
margin-top: 1.2em;
text-align: center;
padding: 0.2em 0.4em;
}
.portfolio p { .portfolio p {
margin: 1.2em 0 2em; margin: 1.2em 0 2em;

View File

@ -57,7 +57,8 @@
font-size: 1.7em; font-size: 1.7em;
margin: .5em; margin-top: 1.2em;
padding: 0.2em 0.4em;
text-align: center; text-align: center;
} }

14
todo.md
View File

@ -1,19 +1,25 @@
* [-] responsive design * [-] responsive design
* [-] nav * [-] nav
* [ ] turn into <nav>
* [x] top bar * [x] top bar
* [x] no socials * [x] no socials
* [x] title left (no trail) * [x] title left (no trail)
* [x] page links right (no prefix) * [x] page links right (no prefix)
* [ ] turn into <nav>
* [-] landing page * [-] landing page
* [x] central * [x] central
* [-] about * [ ] move up a squidge to avoid planets intersecting icons
* [x] about
* [x] narrow text * [x] narrow text
* [ ] hope -> use * [x] space out title
* [x] solar system * [x] solar system
* [x] smaller * [x] smaller
* [x] gallery * [-] gallery
* [x] column too thin * [x] column too thin
* [ ] invert media queries for :hover handling
* [ ] content
* [ ] about
* [ ] caps in copy: conform to social pressure
* [ ] hope -> use
* [ ] features * [ ] features
* [ ] header * [ ] header
* [ ] sticky slidy from middle to side with scroll * [ ] sticky slidy from middle to side with scroll