Skip to content

Commit 7898c45

Browse files
committed
Responsive updates
1 parent 0ef572d commit 7898c45

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

presentation.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,25 @@
5353

5454
<!-- CSS Just for demo purpose, don&apos;t include it in your project -->
5555
<link href="https://s3.amazonaws.com/creativetim_bucket/static-assets/material-kit-demo.min.css" rel="stylesheet" />
56+
<style>
57+
58+
@media(max-width:767px){
59+
.social-img{
60+
display: none;
61+
}
62+
.area-img{
63+
display: none;
64+
}
65+
66+
.info-img{
67+
display: none;
68+
}
69+
70+
.navbar-nav .dropdown{
71+
margin-top: 10px;
72+
}
73+
}
74+
</style>
5675
</head>
5776

5877
<body>
@@ -85,7 +104,7 @@
85104
</a>
86105
</li>
87106
<li class="nav-item">
88-
<div class="dropdown">
107+
<div class="dropdown text-center">
89108
<a href="#" class="btn btn-primary btn-round dropdown-toggle" data-toggle="dropdown" aria-expanded="true"><i class="material-icons">cloud_download</i> Download
90109
<b class="caret"></b>
91110
</a>

0 commit comments

Comments
 (0)