Organic sertificate, updated front page, translated privacy route
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
@import './pages/privacy.css';
|
||||
@import './live/table.css';
|
||||
@import './live/yield.css';
|
||||
@import './pages/organic.css';
|
||||
|
||||
/* Alerts and form errors used by phx.new */
|
||||
.alert {
|
||||
@@ -152,3 +153,11 @@ main.container {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.registration-link {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 6rem;
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
line-height: 3rem;
|
||||
}
|
||||
|
||||
20
assets/css/pages/organic.css
Normal file
20
assets/css/pages/organic.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.organic-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.organic-text h2 {
|
||||
text-align: left;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.organic-text p {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.organic-text {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user