From c0b1ecf1e8a739100a9524703f5213b12ff930e8 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Thu, 29 Aug 2024 22:33:13 +0300 Subject: [PATCH] fixed css --- content/_index.md | 4 ++-- static/css/style.css | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index cbc0d5f..dacae54 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,9 +6,9 @@ title: home src="/images/me.jpg" alt="My face"> -## Vasilis Valatsos (Βασίλης Βαλατσός) +# Vasilis Valatsos (Βασίλης Βαλατσός) -### databases | reinforcement learning | natural languages +## databases | reinforcement learning | natural languages experience as a backend developer and data scientist: - implemented postgresql databases and relevant apis. diff --git a/static/css/style.css b/static/css/style.css index 32cae5c..2cd6831 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -39,7 +39,7 @@ body { padding: .2em; padding-top: 0; line-height: 1.5em; - font-size: 19px; + font-size: 24px; } h1 { @@ -79,7 +79,7 @@ header { position: fixed; width: 60%; height: 1.75rem; - font-size: 1rem; + font-size: 1.2rem; } .menu a { @@ -164,13 +164,14 @@ main a { @media only screen and (max-width : 575px) { body { max-width: 100%; + font-size: 19px; } #personal { min-width: 40px; - max-width: 150px; + max-width: 190px; float: center; - padding: 0px 0px 0px 20px; + padding: 0px 0px 0px 0px; display: block; } header {