Code Review
/
vnfsdk
/
refrepo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1b52205c6edf7d856874866d72e310b6a129d77e
[vnfsdk/refrepo.git]
/
1
html {
2
font-size: 14px;
3
}
4
@media (min-width: 768px) {
5
html {
6
font-size: 16px;
7
}
8
}
9
10
.container {
11
max-width: 960px;
12
}
13
14
.pricing-header {
15
max-width: 700px;
16
}
17
18
.card-deck .card {
19
min-width: 220px;
20
}
21
22
.border-top { border-top: 1px solid #e5e5e5; }
23
.border-bottom { border-bottom: 1px solid #e5e5e5; }
24
25
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }