/*==================================================
* PROJECT LIST
*===================================================*/
+.index-text-container {
+ border: 1px solid var(--bg3);
+ margin: 1rem auto;
+ width: 60%;
+ min-width: 300px;
+ text-align: center;
+ padding: 1rem;
+}
+
table {
margin: auto;
width: 99%;
-<h1>Welcome, to my personal git-forge!</h1>
+<div class="index-text-container">
+ <h1>Welcome, to my personal git-forge!</h1>
-<h3>DISCLAIMER</h3>
-The theme here is still a WIP, so expect a bunch of visual bugs. If you're really interested in any project, please, make a snapshot and analyze it locally.
+ <h3>DISCLAIMER</h3>
+ This UI here is still a WIP, so expect a bunch of visual bugs. If you're really interested in any project, please, make a snapshot and analyze it locally.
+</div>