More mobile friendly experience

master
DavidDGTNT 2022-05-04 17:57:14 +00:00
parent a273717c59
commit db5bbc4fb0
2 changed files with 13 additions and 3 deletions

View File

@ -72,6 +72,7 @@ main {
margin: 10px;
padding: 10px;
border-radius: 25px;
text-align: left;
background-color: #d2691e;
font-family: "Open Sans", sans-serif;
color: #ffffff;
@ -156,6 +157,11 @@ main a:hover {
@media (max-width: 1000px) {
body {
margin: 0px;
font-size: 20px;
}
.fp-header-text {
font-size: 2rem;
}
.content {
@ -171,7 +177,11 @@ main a:hover {
flex: 100%
}
header {
header a {
font-size: 40px;
}
form input {
font-size: 30px;
}
}

View File

@ -15,8 +15,8 @@
<a href="book2/index.html">Lyza the Sheepdog: The Flood</a>
</header>
<div class="fp-header">
<h1>Time travelling adventures</h1>
<a href="book2/index.html">Buy our newest book!</a>
<h1 class="fp-header-text">Time travelling adventures</h1>
<a href="book2/index.html" class="fp-header-text">Buy our newest book!</a>
</div>
<main>