About page
This commit is contained in:
parent
a296fc6051
commit
ae3b9e5faf
14 changed files with 126 additions and 8 deletions
|
|
@ -23,10 +23,16 @@ const Footer = (props) => {
|
|||
<p className="pull-left"><span className="reverse">©</span><span className="d-none d-md-inline"> Copyleft</span> {copyrightYear()} <a href="https://comunes.org/"><span className="d-none d-md-inline">{t('OrgName')}</span><span className="d-inline d-md-none">{t('OrgName')}</span></a></p>
|
||||
|
||||
<ul className="pull-right">
|
||||
<li>
|
||||
<Link id={testId('about')} to="/about">
|
||||
<span className="d-none d-lg-inline">{t('Sobre nosotr@s')}</span>
|
||||
<span className="d-lg-none">{t('Nosotr@s')}</span>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link id={testId('tos')} to="/terms">
|
||||
<span className="d-none d-lg-inline">{t('Términos de Servicio')}</span>
|
||||
<span className="d-lg-none">{t('Términos')}</span>
|
||||
<span className="d-lg-none" />
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,10 @@ body {
|
|||
}
|
||||
|
||||
@include breakpoint(tablet) {
|
||||
.Footer ul li:first-child, .Footer ul li:nth-child(2) {
|
||||
.Footer ul li:first-child,
|
||||
.Footer ul li:nth-child(2),
|
||||
.Footer ul li:nth-child(3),
|
||||
.Footer ul li:nth-child(4){
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
|
@ -85,7 +88,8 @@ body {
|
|||
}
|
||||
|
||||
.Footer ul li:first-child,
|
||||
.Footer ul li:nth-child(2) {
|
||||
.Footer ul li:nth-child(2),
|
||||
.Footer ul li:nth-child(3) {
|
||||
margin-right: 7px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
.PageHeader {
|
||||
border-bottom: 1px solid $gray-lighter;
|
||||
padding: 0px 0 20px;
|
||||
padding: 10px 0 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
h1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue