Refactor styles to use logical properties for positioning (#23944)
This commit is contained in:
parent
88fc04d3d7
commit
babd86e594
15 changed files with 279 additions and 571 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
.logo {
|
||||
height: 42px;
|
||||
margin-right: 10px;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -73,7 +73,7 @@
|
|||
.avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
margin-inline-end: 10px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
@ -101,6 +101,6 @@
|
|||
display: block;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
margin-left: 10px;
|
||||
margin-inline-start: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue