Updated header text and font size
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<header v-bind:style="{ 'background-image': 'url(' + imageFile + ')' }">
|
<header v-bind:style="{ 'background-image': 'url(' + imageFile + ')' }">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">Request new movies or tv shows for plex</h1>
|
<h1 class="title">Request movies or tv shows</h1>
|
||||||
<strong class="subtitle">Made with Vue.js</strong>
|
<strong class="subtitle"
|
||||||
|
>Create a profile to track and view requests</strong
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
</template>
|
</template>
|
||||||
@@ -73,7 +75,7 @@ header {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
@include tablet-min {
|
@include tablet-min {
|
||||||
font-size: 28px;
|
font-size: 2.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -85,7 +87,7 @@ header {
|
|||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
|
|
||||||
@include tablet-min {
|
@include tablet-min {
|
||||||
font-size: 16px;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user