Skip to content

Commit

Permalink
Fixed .type-option in mainStyle.css
Browse files Browse the repository at this point in the history
Made .type-option fill entire width.
  • Loading branch information
TManITtech authored Sep 15, 2024
1 parent 7c26d62 commit 0238282
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Al_Hamichya_files/mainStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,14 @@ img{
}

.type-option {
max-width: fit-content;
max-height: 50px;
min-width: -webkit-fill-available;
font-size: larger;
font-weight: 550;
padding: 0px 100px;
direction: rtl;
text-align: justify;
float: right;
color: rgb(51, 51, 51);
color: rgb(51, 51, 51);
}

.instr{
Expand Down Expand Up @@ -376,4 +377,4 @@ img{
padding-left: 10px;
padding-right: 10px;
margin-right: 5px;
}
}

0 comments on commit 0238282

Please sign in to comment.