Skip to content

Commit

Permalink
fix(ui): chnage folder fon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 22, 2024
1 parent 9ec811c commit f58ac9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/theme/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,15 @@ body:not(.has-hero-image).has-hero-section {

h1.documentFirstHeading {
margin-top: 20px;
padding-bottom: 15px;
}

.content-description {
font-size: 22px;
font-size: 28px;
line-height: 1.636;
@media (max-width: 992px) {
font-size: 22px;
}
}
}
}

0 comments on commit f58ac9d

Please sign in to comment.