Skip to content

Commit 07492db

Browse files
committed
link fix
1 parent 05cd8b0 commit 07492db

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

css/mobile.css

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
.button:hover,.button:active {
3636
opacity:0.7;
3737
}
38+
hr {
39+
width:calc(100% - 2em);
40+
}
3841
video {
3942
width:100%;
4043
}

css/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ button {
3333
outline:none;
3434
border-radius:5px;
3535
}
36+
hr {
37+
margin:1em;
38+
width:calc(50% - 2em);
39+
border-color:var(--c1);
40+
}
3641
.type {
3742
/* opacity:0.7; */
3843
color:var(--colorIn);

index.html

+9-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,15 @@ <h1 id="filter_name"></h1>
204204
<!-- 14 -->
205205
<div class='tab'>
206206
<h1>More Orienteering</h1>
207-
- <b class="blue hover" onclick="location.href='https://www.qocweb.org/'">Local Orienteering Club - QOC</b><br>
208-
- <b class="blue hover" onclick="location.href='https://orienteeringusa.org/'">Orienteering USA</b><br>
209-
- <b class="blue hover" onclick="location.href='https://en.wikipedia.org/wiki/Orienteering'">Wikipedia</b><br>
210-
- <b class="blue hover" onclick="location.href='https://filestore.scouting.org/filestore/Merit_Badge_ReqandRes/Orienteering.pdf'">Orienteering Boy Scout Merit Badge</b><br>
211-
- <b class="blue hover" onclick="location.href='https://www.girlscouts.org/en/activities-for-girls/juniors/junior-orienteering-badge-activity.html'">Girl Scouts</b><br><br><br>
207+
<b class="blue hover" onclick="location.href='https://www.qocweb.org/'">Local Orienteering Club - QOC</b><br>
208+
<hr/>
209+
<b class="blue hover" onclick="location.href='https://orienteeringusa.org/'">Orienteering USA</b><br>
210+
<hr/>
211+
<b class="blue hover" onclick="location.href='https://en.wikipedia.org/wiki/Orienteering'">Wikipedia</b><br>
212+
<hr/>
213+
<b class="blue hover" onclick="location.href='https://filestore.scouting.org/filestore/Merit_Badge_ReqandRes/Orienteering.pdf'">Orienteering Boy Scout Merit Badge</b><br>
214+
<hr/>
215+
<b class="blue hover" onclick="location.href='https://www.girlscouts.org/en/activities-for-girls/juniors/junior-orienteering-badge-activity.html'">Girl Scouts</b><br><br><br>
212216
<div class='button mainPageAlt' onclick='tab(1);'>Back</div>
213217
</div>
214218
<!-- 15 -->

0 commit comments

Comments
 (0)