Skip to content

Commit

Permalink
fix(ui): adjust editor ui font and padding sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 12, 2024
1 parent 969db00 commit 3b92595
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions frontend/theme/extras/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,22 @@ button.gdpr-privacy-show-banner {
border-color: #000;
}

.ui.input.editor-link input {
font-size: 18px;
}

.ui.small.header {
font-size: 16px !important;
}

.ui.medium.header {
font-size: 24px !important;
}

.content{
padding: 0px !important;
}

picture.volto-image {
noscript {
position: absolute;
Expand Down

0 comments on commit 3b92595

Please sign in to comment.