home update

This commit is contained in:
gurusabarish
2020-09-02 12:54:45 +05:30
parent cfc3d6c0f3
commit 19d62ea049
3 changed files with 22 additions and 3 deletions
+16
View File
@@ -20,4 +20,20 @@
font-size: 20PX;
padding-top: 10%;
padding-left: 20%;
}
.home-content {
padding-top: 0;
padding-left: 18%;
padding-right: 5%;
background-repeat: no-repeat;
background-position-y: bottom 20%;
background-position-x: left 50%;
background-size: 80%;
}
@media only screen and (max-width: 600px) {
.name-intro {
height: 40%;
}
}