Fixing some font issues for mobile tablets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user