From a0d657df64a97fdf8c45d64d0bc786b9d899fe8c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 8 Jan 2024 15:52:29 -0600 Subject: [PATCH] adding tmp to gitignore --- .gitignore | 1 + assets/css/compiled/main.css | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3ae7358..c4791e6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ _vendor /.hugo_build.lock node_modules bin +tmp result a.out diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index b612b48..6429f2e 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -2012,6 +2012,10 @@ select { height: 9rem; } +.h-4 { + height: 1rem; +} + .h-8 { height: 2rem; } @@ -2044,10 +2048,6 @@ select { height: 1000px; } -.h-4 { - height: 1rem; -} - .max-h-\[5rem\] { max-height: 5rem; }