try without words??
This commit is contained in:
parent
2b3b80a55b
commit
690f0675ba
|
@ -62,7 +62,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
@media (max-width: 600px) {
|
||||
.page {
|
||||
margin-top: 2.5em;
|
||||
width: 100%;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0 minimum-scale=1" />
|
||||
<meta name="description" content="computer whisperer" />
|
||||
<meta name="keywords" content="Cat Flynn, Ktyl, Portfolio, Showreel, Blog, Gallery"/> <!-- blog, gallery -->
|
||||
<link rel="canonical" href="https://ktyl.dev/">
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
|
||||
<div class="page">
|
||||
|
||||
<h1>hi!</h1>
|
||||
<h1>hi, i'm cat</h1>
|
||||
|
||||
<div class="text-panel">
|
||||
<p>
|
||||
hello! im cat. i like the arts, sciences, philosophy, languages and everything in between.
|
||||
i like the arts, sciences, philosophy, languages and everything in between.
|
||||
</p>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
|
4
todo.md
4
todo.md
|
@ -1,14 +1,12 @@
|
|||
* [-] responsive design
|
||||
* [-] nav
|
||||
* [x] rename to nav
|
||||
* [ ] turn into <nav>
|
||||
* [x] top bar
|
||||
* [x] no socials
|
||||
* [x] title left (no trail)
|
||||
* [x] page links right (no prefix)
|
||||
* [ ] text bigger
|
||||
* [-] landing page
|
||||
* [x] central
|
||||
* [ ] smaller
|
||||
* [-] about
|
||||
* [x] narrow text
|
||||
* [ ] hope -> use
|
||||
|
|
Loading…
Reference in New Issue