-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
108 lines (89 loc) · 1.56 KB
/
Copy pathmain.css
File metadata and controls
108 lines (89 loc) · 1.56 KB
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
:target {
/* Fixing Bootstrap fixed navbar */
padding-top: 80px;
margin-top: -80px;
}
iframe {
border-style: none;
}
nav {
position: fixed !important;
left: 0;
right: 0;
top: 0;
z-index: 1030;
}
.hero-staff {
background-image: url("static/nurse-group.jpg");
background-size: cover;
background-position-x: center;
background-clip: content-box;
background-repeat: no-repeat;
min-height: 50vh;
padding-left: 15px;
padding-right: 15px;
width: 90%;
}
.jumbotron {
padding-bottom: 1rem;
}
.show-mobile {
display: none;
}
.jumbo-text-container {
background-color: #000000aa;
border-radius: 1rem;
padding: 1rem 2rem;
align-self: center;
}
.jumbo-text-container h1 {
font-size: 1.5rem;
}
.title {
font-family: "Overlock", cursive;
font-size: 3rem;
}
#healthAnnouncements {
padding-left: 15%;
}
@media only screen and (max-width: 750px) {
footer {
padding-bottom: 6rem;
}
nav {
top: initial;
bottom: 0;
}
.hero-staff {
background-clip: initial;
min-height: 20vh;
width: initial;
}
.hide-mobile {
display: none;
}
.hero-staff h1 {
font-size: 1.5rem;
margin-bottom: 0.1rem !important;
margin-top: 0px !important;
}
.jumbotron {
padding: 0.5rem;
justify-content: flex-end !important;
}
.jumbo-text-container {
width: 100%;
border-radius: 0rem;
background-attachment: scroll;
}
.show-mobile {
display: inherit;
}
.text-sm-center {
text-align: center;
}
#healthAnnouncements {
min-height: 1500px;
padding-left: 0;
}
}