Skip to content

Commit

Permalink
Correction of the Landsacape mobile again!, its irritating!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkululeko Memela authored and Nkululeko Memela committed Aug 30, 2023
1 parent 6e3422d commit 58a7172
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,12 @@
}
.home-container1-about-us {
width: 100%;
height: auto;
padding-top: var(--dl-space-space-tenunits);
height: 636px;
padding-top: 0px;
padding-bottom: var(--dl-space-space-doubleunit);
}
.home-text11 {
padding-top: var(--dl-space-space-fiveunits);
}
.home-container2-about-us {
width: 100%;
Expand Down Expand Up @@ -1070,19 +1074,20 @@
.home-container1-about-us {
width: 100%;
height: auto;
padding-top: var(--dl-space-space-fiveunits);
}
.home-text11 {
height: 212px;
height: 242px;
line-height: 1.3;
margin-left: var(--dl-space-space-unit);
padding-top: 0px;
margin-bottom: var(--dl-space-space-doubleunit);
padding-bottom: var(--dl-space-space-doubleunit);
}
.home-text12 {
padding-top: var(--dl-space-space-tenunits);
padding-top: var(--dl-space-space-tripleunit);
padding-left: var(--dl-space-space-unit);
padding-bottom: var(--dl-space-space-tenunits);
padding-bottom: var(--dl-space-space-tripleunit);
}
.home-image {
width: 100%;
Expand Down

0 comments on commit 58a7172

Please sign in to comment.