-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
102 lines (87 loc) · 1.48 KB
/
App.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
/* .App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} */
.jackie-ark-detail-card img {
width: 100%;
/* margin-top: -8rem; */
border-radius: 5px;
}
.info-section {
padding: 2rem;
grid-column: 1 / 4;
}
.contact-info-section {
padding: 2rem;
}
.contact-card {
border: 2px solid black;
width: 80%;
margin: 0 auto;
}
.contact-card ol {
list-style: none;
text-align: center;
width: 95%;
margin: 1rem auto;
border: 2px solid black;
padding: 2rem 0;
background-color: cadetblue;
}
.contact-card li {
margin: 1rem 0;
font-weight: 900;
}
footer {
background-color: #626060;
/* background-color: #333333; */
padding: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
footer h5,
footer h6 {
font-family: "Italiana";
font-size: 1.5rem;
font-weight: bold;
color: #e6e7e2;
}
.footer-contact-info ol {
list-style: none;
color: #e6e7e2;
font-family: "Italiana";
font-size: 1.5rem;
padding-left: 0;
text-align: center;
font-weight: bold;
}
.insurance-logo {
background-color: #e6e7e2;
border-radius: 1rem;
}
@media screen and (min-width: 967px) {
.info-section {
position: absolute;
}
}