We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents becd34a + 09e7107 commit fa0e4e2Copy full SHA for fa0e4e2
flexbox/use-cases/split-navigation.html
@@ -79,15 +79,12 @@
79
</style>
80
<style class="editable">
81
nav ul {
82
- display: flex;
83
- margin: 0 -10px;
84
- }
85
- nav li {
86
- margin: 0 10px;
+ display: flex;
+ gap: 20px;
+ }
+ .push-right {
+ margin-left: auto;
87
}
88
- .push-right {
89
- margin-left: auto;
90
91
92
</head>
93
@@ -107,11 +104,7 @@
107
104
<textarea class="playable-css">
108
105
109
106
display: flex;
110
111
-}
112
-
113
-nav li {
114
115
116
117
.push-right {
0 commit comments