diff --git a/.babelrc.json b/.babelrc.json index bd3a28ff..30d1c518 100644 --- a/.babelrc.json +++ b/.babelrc.json @@ -1,9 +1,9 @@ { - "presets": [ - "@babel/preset-env" - ], - "plugins": [ - "module:babel-plugin-macros", - "@babel/plugin-proposal-optional-chaining" - ] + "presets": [ + "@babel/preset-env" + ], + "plugins": [ + "module:babel-plugin-macros", + "@babel/plugin-proposal-optional-chaining" + ] } diff --git a/css/query.css b/css/query.css index 790cfa5f..332e7ea5 100644 --- a/css/query.css +++ b/css/query.css @@ -8,15 +8,15 @@ } .date { - width: 15% + width: 15%; } .owner { - width: 12% + width: 12%; } .mode { - width: 15% + width: 15%; } }