Skip to content

Commit 8e564f4

Browse files
committed
improved view for small devices
1 parent 524c158 commit 8e564f4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

assets/css/main.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ background-attachment: fixed !important;
169169
{
170170
margin-right: 4px !important;
171171
}
172+
.pMd
173+
{
174+
margin-top: 30% !important;
175+
}
172176
}
173177
@media screen and (max-width: 990px)
174178
{
@@ -186,6 +190,10 @@ background-attachment: fixed !important;
186190
{
187191
margin-top: 14% !important;
188192
}
193+
.pMd
194+
{
195+
margin-top: 15% !important;
196+
}
189197
}
190198

191199
/* Chnages*/
@@ -307,4 +315,12 @@ background-attachment: fixed !important;
307315
font-size:16px !important;
308316
line-height:1.5 !important;
309317
font-weight:normal !important;
318+
}
319+
.mainHeading a:hover
320+
{
321+
text-decoration:none;
322+
}
323+
.pMd
324+
{
325+
margin-top: 10%;
310326
}

0 commit comments

Comments
 (0)