updatge
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<h1>
|
||||
<span lang="en">Caffeine: A vitamin-like nutrient, or adaptogen</span>
|
||||
<span lang="de">Koffein: ein vitamin-ähnlicher Nährstoff, oder Adaptogen</span>
|
||||
</h1>
|
||||
<h1 lang="en">Caffeine: A vitamin-like nutrient, or adaptogen</h1>
|
||||
<h1 lang="de">Koffein: ein vitamin-ähnlicher Nährstoff, oder Adaptogen</h1>
|
||||
|
||||
<p>
|
||||
<span lang="en"><strong>Questions about tea and coffee, cancer and other degenerative diseases, and the hormones.</strong></span>
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>%TITLE%</title>
|
||||
|
||||
<link rel="stylesheet" href="/generative-energy/static/styles.css">
|
||||
<link rel="stylesheet" href="/generative-energy/styles.css">
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@600&display=swap"
|
||||
rel="stylesheet">
|
||||
@@ -139,18 +139,27 @@ hr {
|
||||
background: #999;
|
||||
}
|
||||
|
||||
footer .bottom {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 20px;
|
||||
|
||||
.bottom {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
> * {
|
||||
flex: 1;
|
||||
}
|
||||
.dj-donate {
|
||||
text-align: right;
|
||||
}
|
||||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.ge-calculator {
|
||||
table {
|
||||
border-collapse: separate;
|
||||
@@ -186,13 +195,3 @@ footer {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.5s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user