Smaller font size
This commit is contained in:
parent
73939a8e2f
commit
2fb216e168
3 changed files with 25 additions and 26 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue