File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<!-- CSS Just for demo purpose, don't include it in your project -->
55
55
< 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 >
56
75
</ head >
57
76
58
77
< body >
85
104
</ a >
86
105
</ li >
87
106
< li class ="nav-item ">
88
- < div class ="dropdown ">
107
+ < div class ="dropdown text-center ">
89
108
< a href ="# " class ="btn btn-primary btn-round dropdown-toggle " data-toggle ="dropdown " aria-expanded ="true "> < i class ="material-icons "> cloud_download</ i > Download
90
109
< b class ="caret "> </ b >
91
110
</ a >
You can’t perform that action at this time.
0 commit comments