Width adjustments

This commit is contained in:
Aman Tahiliani
2022-05-09 00:26:04 +05:30
parent 6d4fd11b42
commit c9498d62cc
2 changed files with 3 additions and 3 deletions

View File

@@ -49,6 +49,8 @@
position: absolute;
top: 120px;
bottom: 0px;
left: 0px;
right: 0px;
}
hr {

View File

@@ -1,9 +1,7 @@
.AboutComponent {
opacity: 5;
width: 75%;
width: 100%;
margin-top: 80px;
margin-left: 12.5%;
margin-right: 12.5%;
padding-top: 5.5%;
padding-bottom: 4%;
}