forked from deepStateMirrors/tabi
🌐 style: improve RTL styling consistency (#381)
This commit is contained in:
parent
35dcf55019
commit
1027f5ba53
22 changed files with 130 additions and 150 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
@media only screen and (max-width: 600px) {
|
||||
display: block;
|
||||
margin-bottom: 2rem;
|
||||
margin-block-end: 2rem;
|
||||
}
|
||||
|
||||
#home-banner-text {
|
||||
margin-bottom: 1.5rem;
|
||||
margin-block-end: 1.5rem;
|
||||
color: var(--primary-color);
|
||||
font-size: 1.875rem;
|
||||
line-height: 3rem;
|
||||
|
@ -22,12 +22,12 @@
|
|||
|
||||
#home-banner-header {
|
||||
margin: 0;
|
||||
margin-bottom: 1rem;
|
||||
margin-block-end: 1rem;
|
||||
font-weight: 550;
|
||||
font-size: 2.8rem;
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
margin-bottom: 0;
|
||||
margin-block-end: 0;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +53,7 @@
|
|||
|
||||
#image-container-home {
|
||||
position: relative;
|
||||
padding-left: 2rem;
|
||||
padding-inline-start: 2rem;
|
||||
min-width: 11rem;
|
||||
min-height: 11rem;
|
||||
overflow: hidden;
|
||||
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
padding-left: 0;
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue