Skip to content
Snippets Groups Projects
Commit 8ef89627 authored by Joey Ballentine's avatar Joey Ballentine
Browse files

Minor changes -- peyton let me know if it breaks for you

parent aba8d799
No related branches found
No related tags found
No related merge requests found
...@@ -517,8 +517,10 @@ input:checked + .slider-round:before { ...@@ -517,8 +517,10 @@ input:checked + .slider-round:before {
#show-title { #show-title {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
font-weight: 700; font-weight: 700;
font-size: 40px; font-weight: bold;
font-size: 48px;
padding: 20px; padding: 20px;
/* text-transform: uppercase; */
} }
#show-rating-year { #show-rating-year {
...@@ -528,6 +530,10 @@ input:checked + .slider-round:before { ...@@ -528,6 +530,10 @@ input:checked + .slider-round:before {
padding-bottom: 20px; padding-bottom: 20px;
} }
#show-description {
font-size: 18px;
}
#show-back-arrow { #show-back-arrow {
width: 45px; width: 45px;
height: 50px; height: 50px;
...@@ -539,10 +545,16 @@ input:checked + .slider-round:before { ...@@ -539,10 +545,16 @@ input:checked + .slider-round:before {
width: 100px; width: 100px;
display: inline-block; display: inline-block;
float: left; float: left;
cursor: pointer;
} }
#movie-play { #movie-play {
text-align: center; 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 { ...@@ -648,3 +660,7 @@ input:checked + .slider-round:before {
text-decoration: none; text-decoration: none;
} }
.episode:hover {
transform: scale(1.1);
box-shadow: 2px 2px 4px #000000ee;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment