summaryrefslogtreecommitdiff
path: root/examples/test.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
committermattkae <mattkae@protonmail.com>2023-07-07 08:16:21 -0400
commit5cca3cbe1a8aac39f91e2da9689c34d87b86edda (patch)
tree3d000440e4cc6813c8f46356f9e441d27775faf5 /examples/test.css
parent340e74ed5dadd6118b119d8e70df4f0e219343a9 (diff)
Using a light theme with some other minor improvements to web specifically
Diffstat (limited to 'examples/test.css')
-rw-r--r--examples/test.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/test.css b/examples/test.css
index ab7e74b..a5dcb82 100644
--- a/examples/test.css
+++ b/examples/test.css
@@ -1,9 +1,10 @@
.f123 {
- font-family: "Helvetica";
+ font-family: "Helvetica";
+ font-size: 12rem;
}
.f123 {
- display: flex;
- flex-basis: row;
+ display: flex;
+ flex-basis: row;
}