Skip to content

Commit

Permalink
updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathishkumar0404 committed Jan 13, 2025
1 parent fd14f50 commit c27a4c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions _sass/components/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,18 +337,22 @@ p{

.list-items,.list-bulletpoint-items{
ul{
display: block;
gap: 0.1em;
h3{
font-size: 2.5rem !important;
margin-bottom: 1rem ;
}
h4::before{
font-size: 15px;
margin-right: 0.5rem;
}
li,li>p,h4{
font-size: 1.3rem;
margin: 5px;
}
p{
padding-left: 0.5rem;
}
// p{
// padding-left: 1rem;
// }
li>a{
font-size: 1.2rem;
}
Expand Down Expand Up @@ -442,7 +446,7 @@ p{
}
}
.feature-title{
color: inherit;
color: var(--v2-background-primary);
text-align: center;
margin: 0;
}
Expand Down Expand Up @@ -496,17 +500,19 @@ p{
}

@media (min-width:600px ) and (max-width:992px) {
justify-content: center;
margin-top: 2em;
gap: 0.5em;
img{
width: 3em !important;
}
}
@media (max-width:600px) {
justify-content: center;
margin-top: 1em;
gap: 0.3em;
img{
width: 2em;
width: 1.99em;
}
}
}
Expand Down Expand Up @@ -540,15 +546,21 @@ p{
li{
list-style: none;
h4{
display: flex;
font-size: 2.2rem ;
margin-bottom:.5rem ;
color: var(--v2-background-primary);
}
h4::before {
content: "";
font-size: 20px;
margin-right: 0.5rem;
}
p{
margin-top: 0.5rem;
margin-bottom: 0;
font-size: 2.2rem ;
padding-left: 1rem;
padding-left: 2rem;
}
a{
font-size: 1.8rem;
Expand All @@ -570,6 +582,7 @@ p{
}
}
}

@media (max-width: 600px) {
padding: 1rem;
padding-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion _sass/components/monitor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ body.fullscreen #crt {
position: relative;
text-align: start;
height: 100%;
font-size: 1rem;
font-size: 1.3rem;
padding: 2rem;
overflow-y: auto;
overflow-x: hidden;
Expand Down

0 comments on commit c27a4c5

Please sign in to comment.