Skip to content

Commit c50a2d9

Browse files
terminal responsiveness
1 parent 5d207b3 commit c50a2d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_sass/components/_page.scss

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ p{
210210
.home-intro{
211211
text-align: center;
212212
@include media-breakpoint-down(lg) {
213+
height: 80%;
213214
h5{
214215
margin-top: 1rem;
215216
font-size: 1.8rem !important ;

_sass/components/monitor.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
}
3333

3434
@include media-breakpoint-down(lg){
35-
// #monitor{
36-
// margin-top: 7rem !important;
35+
#monitor{
36+
margin-top: 4rem !important;
3737

38-
// }
38+
}
3939
#crt{
4040
min-width: 32ch !important;
4141
}

0 commit comments

Comments
 (0)