From 8ef896275f43e8434f40404e7adf5a7c8faec63a Mon Sep 17 00:00:00 2001 From: Joey Ballentine <joeyjballentine@gmail.com> Date: Sat, 27 Oct 2018 13:53:00 -0500 Subject: [PATCH] Minor changes -- peyton let me know if it breaks for you --- style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2349a53..196e6d7 100644 --- a/style.css +++ b/style.css @@ -517,8 +517,10 @@ input:checked + .slider-round:before { #show-title { font-family: 'Roboto', sans-serif; font-weight: 700; - font-size: 40px; + font-weight: bold; + font-size: 48px; padding: 20px; + /* text-transform: uppercase; */ } #show-rating-year { @@ -528,6 +530,10 @@ input:checked + .slider-round:before { padding-bottom: 20px; } +#show-description { + font-size: 18px; +} + #show-back-arrow { width: 45px; height: 50px; @@ -539,10 +545,16 @@ input:checked + .slider-round:before { width: 100px; display: inline-block; float: left; + cursor: pointer; } #movie-play { text-align: center; + margin-left: auto; + margin-right: auto; + position: relative; + display: inline-block; + margin-top: 5%; } @@ -648,3 +660,7 @@ input:checked + .slider-round:before { text-decoration: none; } +.episode:hover { + transform: scale(1.1); + box-shadow: 2px 2px 4px #000000ee; +} -- GitLab