Skip to content

Commit f0dc4c8

Browse files
updated
1 parent a68a0f2 commit f0dc4c8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

website2.0/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@
4848
}
4949
}
5050
@media only screen and (max-width:347px){
51+
.logo{
52+
position: relative;
53+
top: 30px;
54+
}
5155
h1{
5256
font-size: 30px !important;
5357
}
5458
.get-started-btn{
5559
position: relative;
56-
top: 30px;
5760
}
5861
p{
5962
font-size: 17px !important;

website2.0/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ text-decoration: none;
116116
height: 0px ;
117117
overflow: hidden;
118118
display: flex;
119+
position: relative;
120+
top: 20px;
119121
flex-direction: column;
120122
justify-content: space-around;
121123
}

0 commit comments

Comments
 (0)