@@ -283,10 +283,11 @@
@media only screen and (max-width: 1024px) {
.card-side{
flex-direction: column !important;
+
}
- .cardxl{
- padding-right: 0rem !important;
- padding-bottom: 2rem;
+ .card-side :where(figure:first-child){
+ border-start-end-radius: 1rem !important;
+ border-end-start-radius: 0rem !important;
}
.imgCard{
height: 250px;
@@ -295,9 +296,6 @@
.card-side{
flex-direction: row;
}
-.cardxl{
- padding-right: 2rem;
-}
.card-title{
height: 80px;
align-items: start;
@@ -311,15 +309,4 @@
.imgCard{
max-height: 220px;
}
-.img-hover-zoom--brightness img {
- transition: transform 2s, filter 1.5s ease-in-out;
- transform-origin: center center;
- filter: brightness(97%);
-}
-
-/* The Transformation */
-.img-hover-zoom--brightness:hover img {
- filter: brightness(100%);
- transform: scale(1.3);
-}
\ No newline at end of file
diff --git a/cms/src/routes/competitive/+page.svelte b/cms/src/routes/competitive/+page.svelte
index d99be23..ae3da40 100644
--- a/cms/src/routes/competitive/+page.svelte
+++ b/cms/src/routes/competitive/+page.svelte
@@ -4,7 +4,7 @@
const exams = data.exams
-
+
การสอบแข่งขัน
diff --git a/cms/src/routes/qualifying/+page.svelte b/cms/src/routes/qualifying/+page.svelte
index 9e32ae0..a9a21b4 100644
--- a/cms/src/routes/qualifying/+page.svelte
+++ b/cms/src/routes/qualifying/+page.svelte
@@ -6,50 +6,53 @@
const events = data.events
-
-
+
-
+
การสอบคัดเลือก
-
-
-
-
-
- รายการสอบ
-
-
+
-
-
-
-
- | วันที่ |
- การสอบ |
- หน่วยงาน |
-
-
-
- {#each exams as exam}
-
- | {exam.date} |
- {exam.detail} |
- {exam.institute} |
- {/each}
-
-
+
+
+
+
+
+
+
+ | วันที่ |
+ การสอบ |
+ หน่วยงาน |
+
+
+
+ {#each exams as exam}
+
+ | {exam.date} |
+ {exam.detail} |
+ {exam.institute} |
+ {/each}
+
+
+
-
diff --git a/cms/src/routes/qualifying/[id]/+page.svelte b/cms/src/routes/qualifying/[id]/+page.svelte
index 9579b2b..a591cd8 100644
--- a/cms/src/routes/qualifying/[id]/+page.svelte
+++ b/cms/src/routes/qualifying/[id]/+page.svelte
@@ -4,7 +4,7 @@
-