-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstyles.css
115 lines (94 loc) · 1.48 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
img {
max-width: 100%
}
@media screen and (max-width: 768px) {
.jumbotron {
text-align: center
}
}
.jumbotron img {
margin: 1em auto;
max-width: 150px
}
@media screen and (min-width: 768px) {
.jumbotron img {
max-width: 100%
}
}
.jumbotron a {
color: black;
text-decoration: none
}
.jumbotron h1 {
font-size: 2.8rem;
font-weight: 300;
margin: 0
}
@media screen and (min-width: 768px) {
.jumbotron h1 {
font-size: 4rem;
margin-top: 2rem
}
}
@media screen and (min-width: 992px) {
.jumbotron h1 {
font-size: 5rem;
margin-top: 3rem
}
}
@media screen and (min-width: 1200px) {
.jumbotron h1 {
font-size: 6rem;
margin-top: 4rem
}
}
.jumbotron .tagline {
font-size: 1.5rem;
font-weight: 300
}
section {
padding-bottom: 4rem
}
section .card-header {
font-weight: bold
}
.card-footer {
margin-bottom: 0;
}
section .card {
margin-bottom: 2rem
}
section pre {
margin-bottom: 0
}
section .example-heading {
border-bottom: 1px solid #efefef;
color: #666;
padding-bottom: .25em;
margin-top: 2rem;
font-weight: 300;
font-size: 1.25rem
}
#parsers .languages {
margin-top: 3rem;
margin-bottom: 3rem
}
#parsers .languages img {
width: 100%;
margin-top: 1rem;
margin-bottom: 1rem
}
#parsers .languages .language {
text-align: center
}
#parsers .languages .btn {
margin-bottom: .5rem
}
#in-the-wild {
color: white;
text-align: center;
background: black
}
#in-the-wild img {
max-height: 180px
}