added iframe for the trello page
authorEduardo <[email protected]>
Sat, 2 Dec 2023 20:39:41 +0000 (21:39 +0100)
committerEduardo <[email protected]>
Sat, 2 Dec 2023 20:39:41 +0000 (21:39 +0100)
src/assets/css/style.css

index 4727fcefec72e13e5acf0206749944880cb62175..5232cec2130907e5c7669c9f72e917933019c00e 100644 (file)
@@ -39,6 +39,12 @@ body {
   min-height: 100svh;
 }
 
+iframe {
+  border: none;
+  width: 95%;
+  height: 90vh;
+}
+
 :is(h1, h2, h3, h4, h5, h6) {
   font-family: CPnUfo, Trebuchet, Tahoma, Arial;
 }