1 parent da8f178 commit 2ee5cefCopy full SHA for 2ee5cef
1 file changed
site/src/layouts/BaseLayout.astro
@@ -825,6 +825,8 @@ const repoUrl = "https://github.com/ALEVOLDON/Modular-Genesis";
825
font-size: 0.85rem;
826
line-height: 1.5;
827
backdrop-filter: blur(8px);
828
+ max-width: 100%;
829
+ box-sizing: border-box;
830
}
831
832
.terminal-header {
@@ -857,6 +859,7 @@ const repoUrl = "https://github.com/ALEVOLDON/Modular-Genesis";
857
859
.terminal-body {
858
860
padding: 16px;
861
color: #d7f7ff;
862
+ overflow-x: auto;
863
864
865
.terminal-line {
@@ -865,7 +868,7 @@ const repoUrl = "https://github.com/ALEVOLDON/Modular-Genesis";
868
margin-bottom: 6px;
866
869
opacity: 0;
867
870
animation: fadeUpLine 0.4s ease forwards;
- white-space: pre;
871
+ white-space: nowrap;
872
873
874
.terminal-line:nth-child(1) { animation-delay: 0.2s; }
0 commit comments