mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
* Feat: Remake website * update yarn.lock --------- Co-authored-by: Peter Hanania <peter@pogy.xyz> Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
12 lines
138 B
CSS
12 lines
138 B
CSS
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|