From 14f636f98e1947b98aa2bfb984c55f1a1e9fb578 Mon Sep 17 00:00:00 2001 From: MrRiky54 Date: Wed, 7 Sep 2016 23:37:42 +0200 Subject: [PATCH] Fixed Few Things And Added Creators.php for Mobile! --- creators.php | 4 ++-- css/stile.css | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/creators.php b/creators.php index fda1a70..c9f160c 100644 --- a/creators.php +++ b/creators.php @@ -14,11 +14,11 @@ $randindex = rand (0,count($videos)-1); ?> -



+



"; + echo ""; ?> " .$videos[$randindex][2] . ""; ?> diff --git a/css/stile.css b/css/stile.css index 7d9acc4..d99cc0e 100644 --- a/css/stile.css +++ b/css/stile.css @@ -77,6 +77,8 @@ a:hover { margin-right:30px; padding-bottom: 50px; position: relative; + width: 820px; + height: 630px; } .mobile_bottom { display: none; @@ -150,7 +152,7 @@ a:hover { @media screen and (min-device-width: 930px) and (max-device-width: 1500px) { .video { - padding-right: 100%; + width: 100%; } } @media screen and (min-device-width: 190px) and (max-device-width: 930px) { @@ -193,6 +195,13 @@ a:hover { width: 100%; padding-right: 20px; } + .video { + width: 100%; + height: auto; + } + .videos_text, .videos_title { + color: white; + } /* IDs */