minor changes
This commit is contained in:
parent
90a2f78cec
commit
f2f97e5aa0
1 changed files with 8 additions and 2 deletions
10
index.html
10
index.html
|
@ -73,7 +73,13 @@
|
|||
|
||||
.sp-codes {
|
||||
font-family: "Minotaur", monospace;
|
||||
font-size: 5rem;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 40em) {
|
||||
.sp-codes {
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<!-- Matomo -->
|
||||
|
@ -114,7 +120,7 @@
|
|||
<div class="row columns">
|
||||
<div class="medium-8 medium-centered">
|
||||
<h1 class="sp-codes">SP-CODES</h1>
|
||||
<p>Hi, my name is Samuel Philipp and I am a German software engineer from Magdeburg. On this site you find my
|
||||
<p>Hi! My name is Samuel Philipp. I'm a German software engineer from Magdeburg. On this site you find my
|
||||
GitHub profile and my Google Play developer page. Feel free to contact me.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue