diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-04-11 11:54:55 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-04-11 11:54:55 -0700 |
| commit | 4ca50b1c1d098b146ee068fd84c7d2f2322768c8 (patch) | |
| tree | 479ac89fb09202420d4b93b67d297537810a8ca2 | |
| parent | blog: google doc failure (diff) | |
| download | fcuny.net-4ca50b1c1d098b146ee068fd84c7d2f2322768c8.tar.gz | |
css: remove extra white space
| -rw-r--r-- | static/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index b1a1957..505f66d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,4 +1,4 @@ - @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); *, *:before, *:after { box-sizing: border-box; } |
