diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-15 17:38:16 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-15 17:42:28 +0200 |
| commit | b3ac82bba9605fa9d9c4b1d29c5a56a52e9de015 (patch) | |
| tree | 1d3d9dcd6993f7b5ebf04218d57670dc751a239d /src/components/organisms/widgets/social-media.module.scss | |
| parent | a07729064790df13324dbe7f4d1629892070558b (diff) | |
chore: add a SocialMedia component
Diffstat (limited to 'src/components/organisms/widgets/social-media.module.scss')
| -rw-r--r-- | src/components/organisms/widgets/social-media.module.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/organisms/widgets/social-media.module.scss b/src/components/organisms/widgets/social-media.module.scss new file mode 100644 index 0000000..01b6c0e --- /dev/null +++ b/src/components/organisms/widgets/social-media.module.scss @@ -0,0 +1,10 @@ +@use "@styles/abstracts/placeholders"; + +.list { + @extend %reset-list; + + display: flex; + flex-flow: row wrap; + gap: var(--spacing-xs); + padding: 0 var(--spacing-2xs); +} |
