Created
August 24, 2019 07:28
-
-
Save KaranPato/bd31789bfabc52722c389df3891a2353 to your computer and use it in GitHub Desktop.
RecipeListComponent CSS file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.example-container { | |
display: flex; | |
flex-direction: column; | |
} | |
.example-container > * { | |
width: 100%; | |
} | |
.btn-right{ | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment