Skip to content

Commit

Permalink
Fix object-position using three-value syntax (#16593)
Browse files Browse the repository at this point in the history
  • Loading branch information
alattalatta committed May 23, 2022
1 parent 44ec880 commit 55d83d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/en-us/web/css/object-position/index.md
Expand Up @@ -43,8 +43,7 @@ object-position: 10ch 8em;
/* Edge offsets values */
object-position: bottom 10px right 20px;
object-position: right 3em bottom 10px;
object-position: bottom 10px right;
object-position: top right 10px;
object-position: top 0 right 10px;

/* Global values */
object-position: inherit;
Expand Down

0 comments on commit 55d83d0

Please sign in to comment.