瀏覽代碼

Actualizar ancho de las tablas

wilitp 4 年之前
父節點
當前提交
61300ce233
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/components/pages/Home.tsx

+ 1 - 1
app/src/components/pages/Home.tsx

@@ -23,7 +23,7 @@ const Home: FC = () => {
           <Cockpit />
 
           <section className="row">
-            <div className="col-xl-6">
+            <div className="col-xl-8">
               <TemperaturePerSector />
             </div>
           </section>