minor style
This commit is contained in:
parent
f46e456b8f
commit
30f9112422
3 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
max-height: fit-content;
|
||||
min-content: 40mm;
|
||||
max-content: 50mm;
|
||||
border: 1px solid rgb(253, 140, 140);
|
||||
/* border: 1px solid rgb(253, 140, 140); */
|
||||
overflow: auto;
|
||||
}
|
||||
.flyer {
|
||||
|
|
|
@ -43,6 +43,7 @@ h3 {
|
|||
|
||||
#events {
|
||||
display: grid;
|
||||
/* grid-template-columns: 33% 33% 33%; */
|
||||
grid-template-columns: auto auto auto;
|
||||
grid-gap: 1.5em;
|
||||
border: 1px dotted black;
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
<html lang="it">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Balotta - sito in manutenzione</title>
|
||||
<title>Balotta cartacea</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='flyers/asymmetric/style.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='flyers/asymmetric/paper.css') }} ">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body class="A3 center">
|
||||
|
||||
|
@ -16,7 +15,7 @@
|
|||
</div>
|
||||
<div class="titolo center">
|
||||
<h1>Balotta</h1>
|
||||
<div class="subtitle">Agenda condivisa per Bolognano</div>
|
||||
<div class="subtitle">Agenda condivisa per Bologna</div>
|
||||
</div>
|
||||
<div class="qrcode">
|
||||
<img src="{{ url_for('static', filename='qr-code.png') }}" alt="">
|
||||
|
|
Loading…
Reference in a new issue