[-] Remove background for now
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 904 KiB |
+26
-2
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div id="info">
|
||||
<div id="top">
|
||||
<span id="title">Veracross Analyzer for SJP</span>
|
||||
<span id="subtitle">Know your grades better.</span>
|
||||
<div id="title">Veracross Analyzer for SJP</div>
|
||||
<div id="subtitle">Know your grades better.</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -18,5 +18,29 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
#top
|
||||
{
|
||||
padding: 40vh 0;
|
||||
background-image: url("../assets/info/background-min.jpg");
|
||||
|
||||
// Center and scale the image nicely
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
text-align: right;
|
||||
|
||||
#title
|
||||
{
|
||||
font-size: 30px;
|
||||
margin-right: 10vw;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#subtitle
|
||||
{
|
||||
margin-right: 10vw;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user