Skip to content

Commit

Permalink
Css Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Godev committed Oct 30, 2024
1 parent 5dee343 commit da998a9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ section {
width: 280px;
display: flex;
text-align: center;

justify-content: center;
font-size: 1.3rem;
font-weight: bolder;
color: black;
Expand All @@ -114,6 +114,7 @@ section {

display: flex;
text-align: center;
justify-content: center;
flex-wrap: wrap;
font-size: 1.3rem;
font-weight: bolder;
Expand All @@ -125,8 +126,7 @@ section {
width: 360px;
height: auto;
display: flex;
flex-wrap: wrap;

flex-wrap: wrap;
font-size: 1.4rem;
font-weight: bolder;
color: black;
Expand Down Expand Up @@ -533,7 +533,7 @@ section {
display: inline-flex;
flex-wrap: wrap;
width: 100%;
height: 360px;
height: 480px;
align-items: end;
object-fit: fill;

Expand All @@ -543,6 +543,7 @@ section {
width: 100%;
display: flex;
text-align: center;
justify-content: center;
text-wrap: wrap;
font-size: 1.83rem;
font-weight: bolder;
Expand All @@ -558,6 +559,7 @@ section {
padding: 0;
display: flex;
text-align: center;
justify-content: center;
flex-wrap: wrap;
margin: auto 0;
font-size: 2.8rem;
Expand All @@ -571,6 +573,7 @@ section {
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: center;

font-size: 1.4rem;
font-weight: bolder;
Expand Down

0 comments on commit da998a9

Please sign in to comment.