mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client) broken donate button text alignment in RTL layout (#49123)
fix(client) broken donate button text alignment
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -123,7 +123,7 @@ a.cert-tag:active {
|
||||
padding: 18px 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user