mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
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;
|
|
}
|