Skip to content

Commit

Permalink
Justify text on index page consistently on small screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Oct 12, 2024
1 parent 96180e8 commit cfe320f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/specifics.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ section, .into-text {
border-bottom: 5px #08c solid!important;
}
.banner-info {
text-align: left;
text-align: justify;
margin: 0px auto;
}
@media (max-width: 1050px) {
Expand All @@ -66,6 +66,7 @@ section, .into-text {
@media (min-width: 1010px) {
.banner-info {
height: 0px;
text-align: left;
}
.banner-info p {
position: relative;
Expand Down

0 comments on commit cfe320f

Please sign in to comment.