Skip to content

Commit c27a4c5

Browse files
updated style
1 parent fd14f50 commit c27a4c5

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

_sass/components/_page.scss

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,18 +337,22 @@ p{
337337

338338
.list-items,.list-bulletpoint-items{
339339
ul{
340-
display: block;
340+
gap: 0.1em;
341341
h3{
342342
font-size: 2.5rem !important;
343343
margin-bottom: 1rem ;
344344
}
345+
h4::before{
346+
font-size: 15px;
347+
margin-right: 0.5rem;
348+
}
345349
li,li>p,h4{
346350
font-size: 1.3rem;
347351
margin: 5px;
348352
}
349-
p{
350-
padding-left: 0.5rem;
351-
}
353+
// p{
354+
// padding-left: 1rem;
355+
// }
352356
li>a{
353357
font-size: 1.2rem;
354358
}
@@ -442,7 +446,7 @@ p{
442446
}
443447
}
444448
.feature-title{
445-
color: inherit;
449+
color: var(--v2-background-primary);
446450
text-align: center;
447451
margin: 0;
448452
}
@@ -496,17 +500,19 @@ p{
496500
}
497501

498502
@media (min-width:600px ) and (max-width:992px) {
503+
justify-content: center;
499504
margin-top: 2em;
500505
gap: 0.5em;
501506
img{
502507
width: 3em !important;
503508
}
504509
}
505510
@media (max-width:600px) {
511+
justify-content: center;
506512
margin-top: 1em;
507513
gap: 0.3em;
508514
img{
509-
width: 2em;
515+
width: 1.99em;
510516
}
511517
}
512518
}
@@ -540,15 +546,21 @@ p{
540546
li{
541547
list-style: none;
542548
h4{
549+
display: flex;
543550
font-size: 2.2rem ;
544551
margin-bottom:.5rem ;
545552
color: var(--v2-background-primary);
546553
}
554+
h4::before {
555+
content: "";
556+
font-size: 20px;
557+
margin-right: 0.5rem;
558+
}
547559
p{
548560
margin-top: 0.5rem;
549561
margin-bottom: 0;
550562
font-size: 2.2rem ;
551-
padding-left: 1rem;
563+
padding-left: 2rem;
552564
}
553565
a{
554566
font-size: 1.8rem;
@@ -570,6 +582,7 @@ p{
570582
}
571583
}
572584
}
585+
573586
@media (max-width: 600px) {
574587
padding: 1rem;
575588
padding-top: 0;

_sass/components/monitor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ body.fullscreen #crt {
311311
position: relative;
312312
text-align: start;
313313
height: 100%;
314-
font-size: 1rem;
314+
font-size: 1.3rem;
315315
padding: 2rem;
316316
overflow-y: auto;
317317
overflow-x: hidden;

0 commit comments

Comments
 (0)