Commit 13c64ec8 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

[tag]0.1-vcci

parents 659627b6 f1642091
Pipeline #53057 passed with stages
in 1 minute and 40 seconds
...@@ -137,7 +137,7 @@ function EventsCalendar({ ...@@ -137,7 +137,7 @@ function EventsCalendar({
className ?? "xl:w-[28%] xl:min-w-[320px]", className ?? "xl:w-[28%] xl:min-w-[320px]",
)} )}
> >
<div className="flex items-start justify-between gap-3"> <div className="flex items-center justify-between gap-3">
<div className="min-w-0"> <div className="min-w-0">
<h2 <h2
className={cn( className={cn(
......
...@@ -147,7 +147,7 @@ function VideoAndPartners() { ...@@ -147,7 +147,7 @@ function VideoAndPartners() {
return ( return (
<section className="flex flex-col gap-6 pb-10 xl:flex-row xl:items-stretch"> <section className="flex flex-col gap-6 pb-10 xl:flex-row xl:items-stretch">
<div className="flex-1"> <div className="flex-1">
<div className="mb-5 flex items-start justify-between gap-3"> <div className="mb-5 flex items-center justify-between gap-3">
<div> <div>
<h2 className="client-section-title uppercase text-[#24469c]"> <h2 className="client-section-title uppercase text-[#24469c]">
Video Video
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment