fix(client) broken donate button text alignment in RTL layout (#49123)

fix(client) broken donate button text alignment
This commit is contained in:
Muhammed Mustafa
2023-01-25 15:35:28 +02:00
committed by GitHub
parent 0bcc611b91
commit af5c610511
2 changed files with 1 additions and 10 deletions
@@ -19,15 +19,6 @@ Intro project buttons and headings
transform: rotate(180deg);
}
/*
fix misaligned text in button and in donation
*/
[dir='rtl'] .link-btn,
[dir='rtl'] .faq-item h4 {
text-align: right;
}
/*
intro to courses section
*/
+1 -1
View File
@@ -123,7 +123,7 @@ a.cert-tag:active {
padding: 18px 0;
background: transparent;
border: none;
text-align: left;
text-align: start;
width: 100%;
}