minor changes

This commit is contained in:
Samuel Philipp 2018-02-04 13:52:04 +01:00
parent e371ad42ef
commit e16e1ad62b
1 changed files with 11 additions and 2 deletions

View File

@ -41,6 +41,9 @@
-o-background-size: cover;
background-size: cover;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
font-size: 20px;
}
@ -76,7 +79,13 @@
.sp-magic {
font-family: "Minotaur", monospace;
font-size: 5rem;
font-size: 3rem;
}
@media screen and (min-width: 40em) {
.sp-magic {
font-size: 5rem;
}
}
</style>
@ -119,7 +128,7 @@
<div class="row columns">
<div class="medium-8 medium-centered">
<h1 class="sp-magic">SP-MAGIC</h1>
<p>Hi, my name is Samuel Philipp and I am a German magician from Magdeburg. In my shows I do tricks with playing
<p>Hi! My name is Samuel Philipp. I'm a German magician from Magdeburg. In my shows I do tricks with playing
cards, books, newspaper and many other things. Feel free to contact me.</p>
</div>
</div>