Fixing some font issues for mobile tablets
This commit is contained in:
parent
a9ba655714
commit
acf26f526f
@ -3,10 +3,10 @@
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<div class="banner-container">
|
||||
<img class="bg-img fade-in-image" src="/img/bg.png">
|
||||
<!-- <img class="bg-img fade-in-image" src="/img/bg.png"> -->
|
||||
<div class="headline">
|
||||
<h1 class="headline-title reveal-text">{{.Site.Title}}</h1>
|
||||
<p class="one-liner reveal-text">{{.Site.Params.Description}}</p>
|
||||
<h5 class="reveal-text">{{.Site.Params.Description}}</h5>
|
||||
{{ partial "socials.html" . }}
|
||||
</div>
|
||||
<div class="launchpad">
|
||||
|
@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-color: #212121;
|
||||
/* background-color: #212121; */
|
||||
background-image: url("/img/bg.png");
|
||||
font-family: 'Courier New', monospace;
|
||||
color: #dcdcdc;
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user