Fixed some styles, added readme file

This commit is contained in:
Dmitriy Shishkov 2020-09-13 14:29:14 +03:00
parent 1e17d916dd
commit ab76a63c65
2 changed files with 10 additions and 3 deletions

2
README.MD Normal file
View File

@ -0,0 +1,2 @@
# modern-site
It's avaliable at [dmitriy.icu/examples/modern-site](https://dmitriy.icu/examples/modern-site)

View File

@ -235,6 +235,11 @@ main div#about {
margin: auto;
float: left;
padding-right: 1vw;
padding-bottom: 5vh;
}
#about h2 {
text-align: center;
padding-bottom: 5vh;
}
#photo {
padding-top: 10vh !important;
@ -264,8 +269,8 @@ article img {
margin: auto;
padding: 2.5vh 0;
}
main h2 {
font-size: 5vmin;
main h2 {
font-size: 5vh;
padding-bottom: 1vh;
}
#gototop {
@ -367,4 +372,4 @@ p {
margin-right: auto;
width: 5vmax
}
}
}