diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index bfe8ea3..a8c812b 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -992,9 +992,8 @@ Responsive Codes color: #E22899; font-family: FontAwesome, sans-serif; display: inline-block; - margin-right: 0.5em; + margin-right: 0.4em; margin-left: -1.3em; - width: 1.3em; } .visa-display-section{ margin-top: 40px; @@ -1289,8 +1288,7 @@ Responsive Codes /* blogs page css */ .article-card{ display: flex; - /* align-items: center; */ - gap: 20px; + gap: 30px; width: 100%; } .related-articles{ @@ -1299,9 +1297,6 @@ Responsive Codes gap: 30px; height: 100%; } -.article-img{ - width: 500px; -} .featured-article img, .article-img img{ border-radius: 12px; @@ -1527,6 +1522,8 @@ Responsive Codes width: 360px; } */ .appointment-section .btn-appointment{ + display: flex; + align-items: center; background-color: #E5F0FF; text-decoration: none; color: #000000; @@ -1534,8 +1531,10 @@ Responsive Codes border-radius: 8px; margin-bottom: 15px; text-align: left; - font-size:20px; - font-weight:bold; +} +.appointment-section .btn-appointment h2{ + font-size: 20px; + font-weight: bold; } .appointment-section .appointment-pills .active{ background-color: #326cbf!important; @@ -1656,12 +1655,12 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { pointer-events: all; } table.lightgrey-weekends tbody td:nth-child(n+6) { - background-color: #f3f3f3; + background-color: #f3f3f3 !important; color: #d30000; pointer-events: none !important; } .event-colourful { - color: #bdbdbd; + color: #d7d7d7 !important; cursor: not-allowed; } .event-colourful .zabuto-calendar__day{ @@ -1671,7 +1670,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { pointer-events: all !important; color: #000000; cursor: pointer; - box-shadow: 0 1px 5px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%) !important; + background-color: #ecf4ff !important; } .event-clickable.active{ background-color: #27ab00 !important; @@ -1926,10 +1925,13 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { font-size: 28px; line-height: 38px; } - h2 { + h2, + .featured-article h2, + .blog-detail-desc h2, + .visa-content h3 { font-weight: 600; font-size: 22px; - line-height: 38px; + line-height: 34px; } #topbar{ padding: 0.5rem 0; diff --git a/public/images/news_and_update/2023/02/15/917540415d7720a1c316f6f4b5b6fa70.jpg b/public/images/news_and_update/2023/02/15/917540415d7720a1c316f6f4b5b6fa70.jpg new file mode 100644 index 0000000..5b11d00 Binary files /dev/null and b/public/images/news_and_update/2023/02/15/917540415d7720a1c316f6f4b5b6fa70.jpg differ diff --git a/resources/views/appointment.blade.php b/resources/views/appointment.blade.php index 882b22e..b7363b8 100644 --- a/resources/views/appointment.blade.php +++ b/resources/views/appointment.blade.php @@ -20,9 +20,13 @@
diff --git a/resources/views/blogs.blade.php b/resources/views/blogs.blade.php index 857400a..78a4216 100644 --- a/resources/views/blogs.blade.php +++ b/resources/views/blogs.blade.php @@ -45,10 +45,10 @@ diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 0d5cb6d..9874fd2 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -316,8 +316,7 @@ settings: { slidesToShow: 1, slidesToScroll: 1, - infinite: true, - dots: false + infinite: true } }, {