Skip to content

Commit 935aa94

Browse files
committed
Removed manual vines
1 parent 8d99f4a commit 935aa94

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434

3535
<div id="vines" class="vines">
3636
</div>
37-
38-
<div id="manualVines" class="vines">
39-
<img src="img/bg/vine.png" width="32px" style="position: absolute; top: 0; left: 400px;">
40-
<img src="img/bg/vine.png" width="32px" style="position: absolute; top: 32px; left: 400px;">
41-
</div>
42-
43-
<!-- wyndchyme was here. The #manualVines are here so that even on video widths smaller than 540px, one set of vines is present.-->
4437
</div>
4538

4639

style.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,6 @@ body {
172172
clip: rect(0, 100vw, 100vh, 0);
173173
}
174174

175-
#manualVines {
176-
display: none;
177-
}
178-
179-
@media (max-width: 540px) {
180-
#manualVines {
181-
display: block;
182-
}
183-
}
184-
185175
.text-container {
186176
display: flex;
187177
flex-wrap: wrap;

0 commit comments

Comments
 (0)