<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   sodasync
Description:  SodaSync Website Theme
Author:       Julian Finkler
Template:     astra
Version:      1.0.0
Text Domain:  sodasync
*/

.soda-feature-boxes {
    display: flex;
    flex-direction: row;
}

.soda-feature-boxes &gt; div {
    display: inline-block;
    flex: 1;
}

.pre-wrap {
    white-space: pre-wrap;
}
</pre></body></html>