Fixing some font issues for mobile tablets

This commit is contained in:
2023-10-16 22:25:47 -07:00
parent a9ba655714
commit acf26f526f
2 changed files with 5 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
body {
background-color: #212121;
font-family: 'Courier New', monospace;
/* background-color: #212121; */
background-image: url("/img/bg.png");
font-family: 'Courier New', monospace;
color: #dcdcdc;
}
html {
@@ -19,7 +20,6 @@ html {
}
.banner-container {
position: relative;
text-align: center;
}
@@ -72,12 +72,8 @@ html {
}
.headline-title {
font-size: 4rem;
font-weight: bold;
}
.one-liner {
font-size: 2rem;
}
.postcard {
padding: 0.25rem 0;
@@ -242,5 +238,3 @@ ul.timeline > li:before {
margin: 0.3em;
}