mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 02:48:21 -07:00
12 lines
150 B
CSS
12 lines
150 B
CSS
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.featureSvg {
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|