This commit is contained in:
gurusabarish
2020-09-03 11:59:58 +05:30
parent 1551064616
commit 4e6c6c4899
50 changed files with 87 additions and 16689 deletions
+28 -2
View File
@@ -17,8 +17,18 @@
.name-intro {
font-size: 20PX;
padding-top: 6%;
padding-left: 20%;
padding-top: 10%;
padding-left: 25%;
}
.profile {
padding-right: 20%;
}
.know-more {
padding-top: 10%;
padding-left: 40%;
font-family: cursive;
}
.home-content {
@@ -35,6 +45,11 @@
text-decoration-line: none;
}
.know-more a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 600px) {
.home {
height: 70vh;
@@ -45,10 +60,21 @@
height: 200px;
}
.profile {
padding: 0;
text-align: center !important;
}
.home-content {
height: 30%;
background: none;
}
.know-more {
padding-top: 10%;
padding-left: 20%;
padding-right: 20%;
}
}
/* about */