Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actionanand authored Feb 8, 2024
1 parent 5e220ab commit 5eb63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ font: font-style font-variant font-weight font-size/line-height font-family;
flex-flow: row nowrap;
}
```
* `flex-basis` is based on the **main axis**. If `flex-direction: row;`, `flex-basis` will be replace the **width** of the element (X - axis). If `flex-direction: column;`, `flex-basis` will be replace the **height** of the element (Y - axis).
* `flex-basis` is based on the **main axis**. If `flex-direction: row;`, `flex-basis` will be replaced the **width** of the element (X - axis). If `flex-direction: column;`, `flex-basis` will be replace the **height** of the element (Y - axis).

![image](https://github.com/actionanand/css-uhost/assets/46064269/537ba735-7595-4a4a-a807-c35f99cb26fa)

Expand Down

0 comments on commit 5eb63db

Please sign in to comment.