Commit 624a6c87 authored by Pietro Albini's avatar Pietro Albini

Manda leggermente in overflow il portatile

parent 7ef59229
Pipeline #124 passed with stage
in 0 seconds
......@@ -119,3 +119,20 @@ p.intro {
height: 65%;
width: 65%;
}
div.page div.row.image-overflow {
margin-bottom: 4em;
div.col img {
max-width: none;
max-height: none;
width: 70%;
display: block;
margin: 2em auto -6em auto !important;
@media all and (max-width: 40rem) {
width: 85%;
}
}
}
......@@ -21,16 +21,15 @@
{% block title %}Desktop e portatili{% endblock %}
{% block content %}
<div class="page">
<div class="row">
<div class="row background-wallpaper ubuntu image-overflow">
<div class="col">
<h1 class="text-center">Desktop e portatili</h1>
<h1 class="text-center">Ubuntu per desktop e portatili</h1>
<p class="intro text-center">Il tuo sistema operativo preferito, elegante e infinitamente personalizzabile.</p>
<img src="{{ url_for("static", filename="images/scopri-ubuntu/desktop/desktop1.png") }}">
</div>
</div>
<div class="row">
<div class="col">
<img src="{{ url_for("static", filename="images/scopri-ubuntu/desktop/desktop1.png") }}">
<br><br>
<p>
Ubuntu per desktop e portatili è il sistema operativo veloce e
sicuro per le necessità di tutti i giorni. Grazie alla sua
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment