comparison sat_templates/templates/default/static/app.css @ 164:e9f0a4215e46

multi-sites handling (moved templates to "templates" sub-directory) + noscript styles handling.
author Goffi <goffi@goffi.org>
date Mon, 10 Sep 2018 08:53:33 +0200
parents sat_templates/default/static/app.css@33c7ce833d3f
children 178f55b825b7
comparison
equal deleted inserted replaced
163:33f67228686a 164:e9f0a4215e46
1 #body {
2 display: flex;
3 align-items: center;
4 justify-content: center;
5 }
6
7 #web_app_box {
8 width: 80%;
9 padding: 2em;
10 text-align: justify;
11 }
12
13 #link_section {
14 font-weight: bold;
15 text-align: center;
16 font-size: 1.5rem;
17 }
18
19 article p:last-child {
20 text-align: center;
21 }