made sizing fixes

This commit is contained in:
Nick
2019-04-15 20:06:27 -06:00
parent 6513457e0b
commit dd135b9af1
2 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -88,7 +88,7 @@ button {
margin-bottom: 20px;
background-color: #111;
width: 18%;
height: 100px;
height: 60px;
text-align: center;
border-radius: 25px;
font-size:30px;
@@ -118,8 +118,7 @@ button:focus{
text-align: center;
padding: 10px 5px;
text-decoration: none;
font-size:calc(14px + 0.5vh );
min-font-size:
font-size:18px;
}
/* Change the color of links on hover */
+2 -1
View File
@@ -1,4 +1,5 @@
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="static/style.css">
@@ -18,7 +19,7 @@
<br><br> As you can probably tell there's still a ways to go before AI will be your group's dungeon master, but even after running hundreds of adventures it still manages to surprise me in interesting ways. I've had a lot of fun making this and hope you enjoy it too.
<br><br><br> If you want to contact me about suggested improvements, comments, etc... feel free to email me about them. Nick Walton "nickwalton00@gmail.com". Also special thanks to Alan Walton and Max Robinson for their help and contributions.
<br><br><br> If you want to contact me about suggested improvements, comments, etc... feel free to email me about them at aidungeon.io@gmail.com.
</text>
</div>