Skip to content

Commit f30ac56

Browse files
committed
fix bugs
1 parent 6d669c6 commit f30ac56

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

css/index.css

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ input {
453453
font-size: 20px;
454454
line-height: 60px;
455455
font-weight: 800;
456-
padding-left: 30px; padding-right: 30px;
456+
padding: 30px; padding-top: 10px; padding-bottom: 10px;
457457
}
458458
.ala {
459459
background: repeating-linear-gradient(-45deg,#222,#222 5px,#111 5px,#111 10px);
@@ -475,7 +475,7 @@ input {
475475
}
476476
.st-left {
477477
width: 75%;
478-
padding: 10px;
478+
padding: 15px;
479479
}
480480
.st-right {
481481
width: 25%;
@@ -511,9 +511,9 @@ input {
511511
.st-left {
512512
width: 100%;
513513
}
514-
#programming {
514+
.programming {
515515
h1 {
516-
font-size: 40px;
516+
font-size: 35px;
517517
}
518518
}
519519
}
@@ -770,9 +770,13 @@ background-image: url("/assets/img/img/");
770770
@media screen and (max-width: 770px) {
771771
.an-update {
772772
display: block;
773+
.carousel {
774+
display: none;
775+
}
773776
img {
777+
margin: auto;
774778
width: 100%;
775-
height: auto;
779+
display: block;
776780
}
777781
}
778782
}
@@ -1073,4 +1077,14 @@ filter: drop-shadow(5px 5px #00000066);
10731077
div {
10741078
padding: 40px;
10751079
}
1080+
}
1081+
@media screen and (max-width:770px) {
1082+
.rc {
1083+
width: 200px;
1084+
height: 150px;
1085+
img {
1086+
width: 200px;
1087+
height: 150px;
1088+
}
1089+
}
10761090
}

events/2025/woodhaven.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h1>175</h1>
343343
<p class="crevo">2851</p>
344344
<p>6081</p>
345345
</div></div><div class="rankpts">
346-
<h1 class="pdir heading">To M8</h1></div></div>
346+
<h1 class="pdir heading">To Match 8</h1></div></div>
347347

348348
<div class="game"><div class="gamebar"><div class="alliance red-all">
349349
<p>6637</p>
@@ -361,7 +361,7 @@ <h1>133</h1>
361361
<p>5046</p>
362362
<p>9312</p>
363363
</div></div><div class="rankpts">
364-
<h1 class="pdir heading">To M11</h1></div></div>
364+
<h1 class="pdir heading">To Match 11</h1></div></div>
365365

366366
<div class="game"><div class="gamebar"><div class="alliance red-all">
367367
<p>245</p>
@@ -379,7 +379,7 @@ <h1>169</h1>
379379
<p class="crevo">2851</p>
380380
<p>6081</p>
381381
</div></div><div class="rankpts">
382-
<h1 class="pdir heading">To F1</h1></div></div>
382+
<h1 class="pdir heading">To Finals</h1></div></div>
383383

384384
<div class="game"><div class="gamebar"><div class="alliance red-all">
385385
<p>6637</p>

0 commit comments

Comments
 (0)