fixed css
This commit is contained in:
parent
7d01a544b5
commit
c0b1ecf1e8
2 changed files with 7 additions and 6 deletions
|
@ -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:
|
||||
- <span style="font-family: monospace;">—</span> implemented postgresql databases and relevant apis.
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue