fixed css

This commit is contained in:
aethrvmn 2024-08-29 22:33:13 +03:00
parent 7d01a544b5
commit c0b1ecf1e8
2 changed files with 7 additions and 6 deletions

View file

@ -6,9 +6,9 @@ title: home
src="/images/me.jpg" src="/images/me.jpg"
alt="My face"> 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: experience as a backend developer and data scientist:
- <span style="font-family: monospace;"></span> implemented postgresql databases and relevant apis. - <span style="font-family: monospace;"></span> implemented postgresql databases and relevant apis.

View file

@ -39,7 +39,7 @@ body {
padding: .2em; padding: .2em;
padding-top: 0; padding-top: 0;
line-height: 1.5em; line-height: 1.5em;
font-size: 19px; font-size: 24px;
} }
h1 { h1 {
@ -79,7 +79,7 @@ header {
position: fixed; position: fixed;
width: 60%; width: 60%;
height: 1.75rem; height: 1.75rem;
font-size: 1rem; font-size: 1.2rem;
} }
.menu a { .menu a {
@ -164,13 +164,14 @@ main a {
@media only screen and (max-width : 575px) { @media only screen and (max-width : 575px) {
body { body {
max-width: 100%; max-width: 100%;
font-size: 19px;
} }
#personal { #personal {
min-width: 40px; min-width: 40px;
max-width: 150px; max-width: 190px;
float: center; float: center;
padding: 0px 0px 0px 20px; padding: 0px 0px 0px 0px;
display: block; display: block;
} }
header { header {