This commit is contained in:
lesion 2019-03-21 01:12:46 +01:00
parent ca1f7844e4
commit 95eaae7ef6
4 changed files with 16 additions and 2 deletions

View file

@ -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>

View file

@ -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 */

View file

@ -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 */

View file

@ -6,6 +6,13 @@ body{
color:#333;
background:#000
}
li {
color: white;
list-style: none;
font-size: 22px;
}
#page{
position:relative;
overflow-x:hidden;