Update 90-custom.js
[plack-app-gruntmaster.git] / css / custom.css
CommitLineData
05ebc75e 1h1#title{
7dc32473
MG
2 font-weight: bold;
3 text-align: center;
4 padding: 0;
5 margin: 0;
05ebc75e 6 font-size: 3em !important;
7dc32473
MG
7}
8
7dc32473
MG
9footer{
10 width: 60em;
11 margin: auto;
12 margin-top: 6em;
13 white-space: pre-wrap;
14 color: #777;
15}
16
17#logo {
18 margin: 5em auto 2em;
19 display: block;
20}
21
22h1 {
23 font-size: 2em !important;
24}
25
26.txtstuff {
27 overflow: hidden;
28}
29
30.hiddendiv {
31 display: none;
32 white-space: pre-wrap;
33 word-wrap: break-word;
34 overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
35}
36
37a.thumbnail {
38 border: none !important;
39}
40
41div.container-fluid {
42 padding: 0 15px;
a94f8453
MG
43}
44
f34254b8 45.list-group-item, .form-control {
a94f8453
MG
46 max-width: 30em;
47}
52f5c679
MG
48
49div#result{
50 text-align: center;
51}
This page took 0.012787 seconds and 4 git commands to generate.