Smaller font size

This commit is contained in:
magmaus3 2022-10-30 17:13:31 +01:00
parent 73939a8e2f
commit 2fb216e168
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
3 changed files with 25 additions and 26 deletions

View file

@ -1,26 +1,3 @@
/* .Home {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.contentBox {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
outline: 2px solid whitesmoke;
padding: 16px;
/* width: 80%; */
/* height: 80%; */
} */
.tileBox { .tileBox {
display: flex; display: flex;
/* outline: 3px dashed pink; */ /* outline: 3px dashed pink; */
@ -59,4 +36,25 @@
.homeTile a:hover { .homeTile a:hover {
color: cyan; color: cyan;
} }
.Home {
font-size: larger;
}
a:link, a:visited {
color: inherit;
text-decoration: initial;
cursor: auto;
}
a:hover {
outline: 2px dotted blue;
}
a:link:active {
color: inherit;
outline: 2px dotted blue;
}

View file

@ -13,7 +13,7 @@ body {
background-color: #20202a; background-color: #20202a;
color: #eee; color: #eee;
font-size: xx-large; font-size: large;
font-family: monospace; font-family: monospace;
} }

View file

@ -4,6 +4,7 @@
} }
.header { .header {
font-size: medium;
text-align: center; text-align: center;
height: min-content; height: min-content;
} }
@ -29,7 +30,7 @@
border-right: 1px dotted white; border-right: 1px dotted white;
font-family: monospace; font-family: monospace;
font-size: 0.5em; font-size: medium;
} }
.searchBar .searchButton { .searchBar .searchButton {