daje
This commit is contained in:
parent
ca1f7844e4
commit
95eaae7ef6
4 changed files with 16 additions and 2 deletions
|
@ -41,6 +41,11 @@
|
|||
|
||||
<p>Sono uno spazio digitale liberato. Mi potete trovare a Torino e dintorni. Non mi interessa sapere chi sei o dove vai. </p>
|
||||
</h2> -->
|
||||
<ul>
|
||||
<li>Uno spazio digitale liberato.</li>
|
||||
<li>Un server scapestrato e autogestito.</li>
|
||||
<li>Anticapitalista, antifascista, antirazzista, antisessista.</li>
|
||||
</ul>
|
||||
<p>
|
||||
<a class="btn btn-primary btn-lg btn-learn"
|
||||
href="#cisti-features"></i> Cos'e' Cisti ?</a>
|
||||
|
|
3
static/css/bootstrap-grid.css
vendored
3
static/css/bootstrap-grid.css
vendored
|
@ -62,6 +62,7 @@ html {
|
|||
flex-wrap: wrap;
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.no-gutters {
|
||||
|
@ -3716,4 +3717,4 @@ html {
|
|||
margin-left: auto !important;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-grid.css.map */
|
||||
/*# sourceMappingURL=bootstrap-grid.css.map */
|
||||
|
|
3
static/css/bootstrap.css
vendored
3
static/css/bootstrap.css
vendored
|
@ -592,6 +592,7 @@ pre code {
|
|||
flex-wrap: wrap;
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.no-gutters {
|
||||
|
@ -10035,4 +10036,4 @@ a.text-dark:hover, a.text-dark:focus {
|
|||
border-color: #dee2e6;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap.css.map */
|
||||
/*# sourceMappingURL=bootstrap.css.map */
|
||||
|
|
|
@ -6,6 +6,13 @@ body{
|
|||
color:#333;
|
||||
background:#000
|
||||
}
|
||||
|
||||
li {
|
||||
color: white;
|
||||
list-style: none;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
#page{
|
||||
position:relative;
|
||||
overflow-x:hidden;
|
||||
|
|
Loading…
Reference in a new issue