1
0
Fork 0
web-jbeyerstedt/assets/css/templates/home.css

33 lines
842 B
CSS

/* STYLE for jannikbeyerstedt.de
* for specific template
*/
main div.home {
text-align: center;
margin-top: 15vh;
margin-bottom: 20vh; }
main div.home div.logo {
font-family: 'Boon-Logo', "Verdana", "Arial", sans-serif;
font-size: 24.5px;
line-height: 1.2em;
font-weight: 300;
width: 11em;
margin: 0 auto; }
main div.home div.logo span {
color: #2dac01;
font-weight: 400; }
main div.home div.logo span.firstname {
padding-left: 0.1em;
padding-right: 0.56em; }
main div.home div.logo span.surname {
letter-spacing: -0.036em; }
main div.home p {
margin-top: 0.5em;
font-size: 14px;
letter-spacing: -0.02em; }
@media (max-width: 575px) {
main div.home {
margin-top: 13vh;
margin-bottom: 17vh; } }
/*# sourceMappingURL=home.css.map */