comparison default/static/app.css @ 87:3ee775795cd0

app: simple page so show a link to heavy web application (i.e. pyjamas version)
author Goffi <goffi@goffi.org>
date Fri, 05 Jan 2018 14:35:36 +0100
parents
children
comparison
equal deleted inserted replaced
86:92ca411ee635 87:3ee775795cd0
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 }