From 0f987c144a7678b781ae8c3ac2428e2672b0cafd Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 20 Jul 2024 09:21:43 +0100 Subject: trying to get mobile working (Again) --- public/index.html | 11 +++++------ public/posts/0learningC | 3 ++- public/styles.css | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'public') diff --git a/public/index.html b/public/index.html index 6d1feb8..5b9a896 100644 --- a/public/index.html +++ b/public/index.html @@ -20,21 +20,20 @@
-

- Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and diffrent algerithems.

-

Software and hardware that I use

+

Hello there, I am Shipwreckt a teenager from the UK. If you cannot tell I like to program and I am currently learning the C programming language and different algorithms.

+

Software and hardware that I use

Posts

-

Articals

+

Articles

diff --git a/public/posts/0learningC b/public/posts/0learningC index 01e5e08..a91c139 100644 --- a/public/posts/0learningC +++ b/public/posts/0learningC @@ -41,7 +41,8 @@

Reading material

Videos

For privacy reasons I have used yewtu.be which for now is more private then google's youtube.

diff --git a/public/styles.css b/public/styles.css index 3c05638..4b2976c 100644 --- a/public/styles.css +++ b/public/styles.css @@ -34,15 +34,15 @@ nav ul li { margin-right: 20px; } +nav ul li.logo img { + max-height: 70px; +} + nav ul li a { color: #716181; text-decoration: none; } -nav ul li.logo img { - max-height: 70px; -} - a { color: #643f7c; text-decoration: none; @@ -91,11 +91,11 @@ a:hover { max-width: 100%; padding: 0 10px; } - + .title { font-size: 28px; } - + nav ul li { display: block; margin: 10px 0; @@ -115,7 +115,7 @@ a:hover { .title { font-size: 24px; } - + .description { font-size: 14px; } -- cgit v1.2.3