Skip to content

Commit e3ca5c1

Browse files
committed
"Creators" page for Mobile is now Better, improved compatibility for small screens
1 parent 14f636f commit e3ca5c1

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

creators.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
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

css/stile.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)