mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
14 lines
191 B
CSS
14 lines
191 B
CSS
|
|
/* stylelint-disable docusaurus/copyright-header */
|
||
|
|
|
||
|
|
.features {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 2rem 0;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.featureSvg {
|
||
|
|
height: 200px;
|
||
|
|
width: 200px;
|
||
|
|
}
|