gitlab link
This commit is contained in:
parent
e4d45104d5
commit
37932585e3
@ -24,7 +24,7 @@
|
||||
<p>{% trans %}home.specs.open_text{% endtrans %}
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://gitlab.com/tykayn1/fanzine-log">gitlab.</a>
|
||||
<a href="https://framagit.org/tykayn/caisse-bliss">gitlab.</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.cipherbliss.com">CipherBliss</a>
|
||||
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4 text-center product-values-block">
|
||||
<i class="fa fa-pie-chart fa-3x"></i>
|
||||
<h2>{% trans %}home.specs.stats_text{% endtrans %}</h2>
|
||||
<h2>{% trans %}home.specs.stats{% endtrans %}</h2>
|
||||
<p>
|
||||
{% trans %}home.specs.stats_text{% endtrans %}
|
||||
</p>
|
||||
|
@ -5,7 +5,7 @@
|
||||
@import 'split/formulaires';
|
||||
@import 'split/typo';
|
||||
@import 'pages/global';
|
||||
//@import 'pages/demo';
|
||||
@import 'pages/demo';
|
||||
@import 'pages/home';
|
||||
@import 'pages/history';
|
||||
@import 'pages/dashboard';
|
||||
|
@ -48,17 +48,24 @@ code {
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
#welcome, #status {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
#welcome{
|
||||
font-size: 2rem;
|
||||
line-height: 3.5rem;
|
||||
#homepage{
|
||||
@extend .bigger-text;
|
||||
h1 span {
|
||||
display: block;
|
||||
font-size: 75%;
|
||||
}
|
||||
}
|
||||
.hint,
|
||||
.product-values-block{
|
||||
@extend .bigger-text;
|
||||
h2{
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
.bigger-text{
|
||||
font-size: 2rem;
|
||||
line-height: 3.5rem;
|
||||
}
|
||||
#icon-status, #icon-book {
|
||||
float: left;
|
||||
height: 64px;
|
||||
|
Loading…
Reference in New Issue
Block a user