diff --git a/cms/src/routes/+page.svelte b/cms/src/routes/+page.svelte index 66ae47a..f10bd52 100644 --- a/cms/src/routes/+page.svelte +++ b/cms/src/routes/+page.svelte @@ -28,7 +28,6 @@
การสอบคัดเลือก @@ -36,7 +35,6 @@ การสอบแข่งขัน @@ -45,12 +43,12 @@
-
+
-
+ class="w-full pt-20 mb-8 flex flex-wrap justify-between"> +
ประกาศเกี่ยวกับการคัดเลือกบุคลากรกทม.
{qualify_exams[0].title}
-
@@ -130,16 +138,26 @@
{qualify_exams[1].title}
-
- - 0 +
+
+ + 0 - - 0 - - - 0 -
+ + 0 + + + 0 +
+ + + อ่านต่อ + + +
@@ -155,16 +173,26 @@
{qualify_exams[2].title}
-
- - 0 +
+
+ + 0 - - 0 - - - 0 -
+ + 0 + + + 0 +
+ + + อ่านต่อ + + +
@@ -177,8 +205,8 @@
-
+ class="w-full pt-20 mb-8 flex flex-wrap justify-between"> +
ประกาศเกี่ยวกับการสอบแข่งขัน
{competitive_exams[0].title}
-
@@ -230,16 +268,26 @@
{competitive_exams[1].title}
-
- - 0 +
+
+ + 0 - - 0 - - - 0 -
+ + 0 + + + 0 +
+ + + อ่านต่อ + + +
@@ -255,16 +303,26 @@
{competitive_exams[2].title}
-
- - 0 +
+
+ + 0 - - 0 - - - 0 -
+ + 0 + + + 0 +
+ + + อ่านต่อ + + +
@@ -286,6 +344,12 @@ .imgCard{ height: 250px; } + +} +@media only screen and (max-width: 640px) { + .bg-gradient{ + background-image: linear-gradient(300deg, rgba(255,0,0,0), #faecf0b4); + } } .card-side{ flex-direction: row; @@ -303,4 +367,7 @@ .imgCard{ max-height: 220px; } +.img-drop { + filter: brightness(0.98); +} \ No newline at end of file