aboutsummaryrefslogtreecommitdiff
path: root/fe/src/app.css
diff options
context:
space:
mode:
authorDoog <157747121+doogongithub@users.noreply.github.com>2024-02-24 20:08:35 -0500
committerDoog <157747121+doogongithub@users.noreply.github.com>2024-02-24 20:08:35 -0500
commite37c73e33a4aaf7fb8d25b5af03627f20bcda19f (patch)
tree277a534e826325e25f881e61e322b4e2e7ec94f9 /fe/src/app.css
parent3eafb413a48cde60dea8a7355ee621c6acca952f (diff)
add gitignore
Diffstat (limited to 'fe/src/app.css')
-rw-r--r--fe/src/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/fe/src/app.css b/fe/src/app.css
index 4768cf6..0d5fa90 100644
--- a/fe/src/app.css
+++ b/fe/src/app.css
@@ -42,9 +42,9 @@ h1 {
42} 42}
43 43
44#app { 44#app {
45 flex-grow: 2;
45 max-width: 1280px; 46 max-width: 1280px;
46 margin: 0 auto; 47 margin: 0 auto;
47 padding: 2rem;
48} 48}
49 49
50button { 50button {