Description Usage Arguments Functions See Also
View source: R/bulma-spacing.R
Change the size and color of the tex for one or multiple viewport width.
1 2 3 4 5 6 | bulma_spacing(
tag,
type = c("padding", "margin"),
size = 1L:6L,
side = c("top", "bottom", "right", "left", "x", "y", "all")
)
|
tag |
(tag) to be modified |
type |
(string) padding or margin |
size |
(int) size of the spacing. |
side |
(string) which part to add spacing: top, bottom, right, left, x (left and right), or y (top and bottom) |
bulma_spacing: changes spacing of an existing tag
Other Bulma Modifiers:
bulma_align(),
bulma_color(),
bulma_flex(),
bulma_helpers,
bulma_modifier,
bulma_size(),
bulma_state(),
bulma_text,
bulma_visibility
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.