mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
margin -right > margin-inline-end
This commit is contained in:
parent
abdff06134
commit
8998b8b8b2
@ -6,7 +6,7 @@
|
||||
* @link https://github.com/jonsuh/hamburgers
|
||||
*/
|
||||
|
||||
.hamburger {
|
||||
.hamburger {
|
||||
padding-top: 10px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
@ -101,7 +101,7 @@
|
||||
background: none;
|
||||
border: none;
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
inset-inline-end: 30px;
|
||||
top: 30px;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
@ -176,7 +176,7 @@
|
||||
|
||||
svg {
|
||||
stroke-width: 1.33;
|
||||
margin-right: 40px;
|
||||
margin-inline-end: 40px;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user