margin -right > margin-inline-end

This commit is contained in:
FarisZR 2022-03-03 20:47:48 +03:00
parent abdff06134
commit 8998b8b8b2

View File

@ -6,7 +6,7 @@
* @link https://github.com/jonsuh/hamburgers * @link https://github.com/jonsuh/hamburgers
*/ */
.hamburger { .hamburger {
padding-top: 10px; padding-top: 10px;
display: inline-block; display: inline-block;
cursor: pointer; cursor: pointer;
@ -101,7 +101,7 @@
background: none; background: none;
border: none; border: none;
position: absolute; position: absolute;
right: 30px; inset-inline-end: 30px;
top: 30px; top: 30px;
z-index: 2; z-index: 2;
cursor: pointer; cursor: pointer;
@ -176,7 +176,7 @@
svg { svg {
stroke-width: 1.33; stroke-width: 1.33;
margin-right: 40px; margin-inline-end: 40px;
width: 20px; width: 20px;
height: 20px; height: 20px;