File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <link href="css/stile.css" rel="stylesheet" type="text/css">
55
66 </head>
7- <body>
7+ <body style="background: #D8D8D8;">
8+
9+ <div class="mobile_bottom">
10+ <a href="policy.pdf" class="link" id="policy">Privacy Policy</a><br />
11+ </div>
812
913 <?php include ("nav.php " ); ?>
1014
Original file line number Diff line number Diff line change @@ -150,12 +150,17 @@ a:hover {
150150
151151/* Responsive Sets */
152152
153- @media screen and (min-device-width : 930px ) and (max-device-width : 1500px ) {
153+ @media screen and (max-height : 650px ) {
154+ .menu iframe {
155+ display : none;
156+ }
157+ }
158+ @media screen and (min-width : 930px ) and (max-width : 1500px ) {
154159 .video {
155160 width : 100% ;
156161 }
157162}
158- @media screen and (min-device- width : 190px ) and (max-device -width : 930px ) {
163+ @media screen and (min-width : 190px ) and (max-width : 930px ) {
159164
160165 /* General Sets */
161166
@@ -197,10 +202,8 @@ a:hover {
197202 }
198203 .video {
199204 width : 100% ;
200- height : auto;
201- }
202- .videos_text , .videos_title {
203- color : white;
205+ height : 300px ;
206+ margin-right : 0px ;
204207 }
205208
206209 /* IDs */
You can’t perform that action at this time.
0 commit comments