Skip to content

Commit 6924ae6

Browse files
committed
Updated Viewport and Css Display
1 parent afdae6f commit 6924ae6

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Temp/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="utf-8">
66
<link rel="stylesheet" type="text/css" href="style.css">
77
<title>Surgical Care WA</title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
89
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
910

1011
</head>

Temp/style.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ nav ul li a:hover {
9393
}
9494

9595
.SeperatorText {
96-
width: 49%;
9796
padding: 0 20px;
9897
border-left: 4px solid #00afec;
9998
display: inline-block;
@@ -130,15 +129,20 @@ nav ul li a:hover {
130129
article {
131130
border: none !important;
132131
}
132+
.SeperatorBackground {
133+
padding: 1em 0;
134+
}
135+
img {
136+
width: 100%;
137+
height: initial;
138+
}
133139
.Row article {
134140
width: 100%;
135141
margin-bottom: 1em;
136142
text-align: center;
137-
padding: 0 5em;
138143
}
139144
#aboutSep {
140145
clear: both;
141-
height: 100px;
142146
}
143147
footer {
144148
margin-top: 10em;
@@ -152,11 +156,11 @@ nav ul li a:hover {
152156
margin: 0;
153157
}
154158
.Mobile {
155-
display: initial !important;
159+
display: block !important;
156160
}
157161
.toCenter {
158162
width: 45%;
159-
padding: 0 20px;
160-
display: inline-block;
163+
padding: 0 20px;
164+
display: inline-block;
161165
}
162166
}

0 commit comments

Comments
 (0)