We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a0f2 commit f0dc4c8Copy full SHA for f0dc4c8
2 files changed
website2.0/index.html
@@ -48,12 +48,15 @@
48
}
49
50
@media only screen and (max-width:347px){
51
+ .logo{
52
+ position: relative;
53
+ top: 30px;
54
+ }
55
h1{
56
font-size: 30px !important;
57
58
.get-started-btn{
59
position: relative;
- top: 30px;
60
61
p{
62
font-size: 17px !important;
website2.0/styles.css
@@ -116,6 +116,8 @@ text-decoration: none;
116
height: 0px ;
117
overflow: hidden;
118
display: flex;
119
120
+ top: 20px;
121
flex-direction: column;
122
justify-content: space-around;
123
0 commit comments