1
0

Converted card width to css var

This commit is contained in:
2020-05-13 14:27:39 -04:00
parent 4253946e8d
commit 2dd1ecd517
5 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
/* You can add global styles to this file, and also import other style files */
:root {
--card-width: 420px;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }