Created
December 9, 2022 22:31
-
-
Save corypina/0c343ed0d38a538c6d2240dca2f7bdba to your computer and use it in GitHub Desktop.
Beaver Bulider Snippets
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
/* Align a single column to the bottom of a row, where the row has a set height */ | |
#rowSelector .fl-row-content-wrap { | |
display: flex; | |
align-items: flex-end; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment