make screens more mobile compatible

This commit is contained in:
2023-11-02 21:00:31 +01:00
parent 25730246d5
commit c5115d2b42
3 changed files with 23 additions and 6 deletions

View File

@@ -27,4 +27,16 @@ p {
margin-bottom: 1rem;
line-height: 1.5;
}
@media (max-width: 768px) {
.aboutpage {
margin: 1rem;
}
h1{
font-size: 1.5rem;
}
p{
font-size: 1rem;
}
}
</style>

View File

@@ -22,7 +22,7 @@
strong Iteration Count:
| Determine the number of times a player will receive a new symbol during their turn.
li
strong Choose Categories:
strong Choose Categories:
| Sometimes you don't want all from everything so you can choose which specific categories you want in your game. If non choosen, all are selected automatically.
li
strong Hit Start:
@@ -82,6 +82,7 @@
.section {
margin-bottom: 2rem;
max-width: 100%;
}
h1 {
@@ -112,9 +113,11 @@ li {
line-height: 1.5;
}
.biglogo{
display:block;
max-width: 500px;
.biglogo {
display: block;
max-width: 450px;
max-width: 90%;
min-width: 10px;
margin: auto;
}
@@ -154,7 +157,8 @@ button:hover {
font-size: 1.5rem;
}
p {
p,
li {
font-size: 1rem;
}
}