TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
commit c689c75d84ec4905290b1b9754c7332951d726be
parent 7f3fecd9e1094e26ea6df405df6329b4692abb7f
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sat, 31 Aug 2024 17:58:19 -0300

add padding to `body`

Diffstat:
Mtp/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tp/index.html b/tp/index.html
@@ -15,7 +15,7 @@
                 margin-left: auto;
                 margin-right: auto;
                 width: 800px;
-                padding: 1em;
+                padding: 3em;
                 font-size: 14px;
             }
         </style>