]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - app/css/style.css
Rearrange medialinks
[perso/Immae/Projets/Nodejs/Surfer.git] / app / css / style.css
CommitLineData
c10e69bf
JZ
1
2html, body {
3 width: 100%;
4 height: 100%;
5 padding: 0;
6 margin: 0;
7}
8
9.wrapper {
10 display: table;
11 width: 100%;
12 height: 100%;
13}
14
15.content {
16 display: table-cell;
17 width: 100%;
18 height: 100%;
19 text-align: center;
20 vertical-align: middle;
21}
22
23pre {
24 margin: auto;
25 text-align: left;
26 width: 400px;
6eb72d64
JZ
27}
28
29[v-cloak] {
30 display: none;
31}
d3312ed1
JZ
32
33.hand {
34 cursor: hand;
a26d1f9b
JZ
35}
36
37th {
38 vertical-align: middle !important;
d3312ed1 39}