Commit ac13ae1f authored by TokaKaram's avatar TokaKaram

Change English text

parent fcc8163a
This diff is collapsed.
...@@ -162,9 +162,9 @@ function changeLanguage(lang) { ...@@ -162,9 +162,9 @@ function changeLanguage(lang) {
ticketing_btn1.classList.add("En_font") ticketing_btn1.classList.add("En_font")
// e_sport_btn.classList.remove("En_font") // e_sport_btn.classList.remove("En_font")
ticketing_btn1.innerHTML="Ticketing" ticketing_btn1.innerHTML="Ticketing"
playable_games_title.innerHTML=" PLAYABLE GAMES" playable_games_title.innerHTML=" Playable games"
esports_title.innerHTML="E-SPORTS TOURNAMENTS" esports_title.innerHTML="E-Sports tournaments"
e_sport_btn.innerHTML="BOOK NOW" e_sport_btn.innerHTML="Book now"
document.querySelector(".en_lang").classList.remove("colored") document.querySelector(".en_lang").classList.remove("colored")
document.querySelector(".en_lang1").classList.remove("colored") document.querySelector(".en_lang1").classList.remove("colored")
......
...@@ -164,7 +164,7 @@ header .left_side .date, ...@@ -164,7 +164,7 @@ header .left_side .date,
header .left_side .place { header .left_side .place {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-transform: uppercase; /* text-transform: uppercase; */
margin-left: 40px; margin-left: 40px;
font-weight: 700; font-weight: 700;
font-family: var(--sora_extrabold); font-family: var(--sora_extrabold);
......
...@@ -1250,5 +1250,11 @@ ...@@ -1250,5 +1250,11 @@
} }
.PB .PB
{ {
padding-bottom: 100px; padding-bottom: 130px;
}
a,
button,
.letters div p:nth-child(1)
{
text-transform: unset !important;
} }
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