new background, button layout
This commit is contained in:
parent
ddb9336a60
commit
fa6c1d7977
11 changed files with 88 additions and 12 deletions
|
|
@ -3,6 +3,8 @@
|
|||
// -------------------------
|
||||
body {
|
||||
background-color: $gold;
|
||||
background-image: url("/assets/images/btr-texture.png");
|
||||
background-size: 100%;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
|
@ -84,13 +86,13 @@ a:active {
|
|||
margin-top: 175px;
|
||||
height: Min(50vw, 250px);
|
||||
text-align: center;
|
||||
position:relative;
|
||||
top: -90px;
|
||||
.topper-img {
|
||||
position: relative;
|
||||
top: -170px;
|
||||
width: 40%;
|
||||
height: auto;
|
||||
}
|
||||
.content-title {
|
||||
position: relative;
|
||||
top: -150px;
|
||||
margin-left: 15%;
|
||||
margin-right: 15%;
|
||||
font-size: 36px;
|
||||
|
|
@ -182,6 +184,16 @@ a:active {
|
|||
}
|
||||
}
|
||||
|
||||
// -------------------------
|
||||
// Footer Styles
|
||||
// -------------------------
|
||||
|
||||
.btn-android {
|
||||
margin: 10px 20px 10px 20px;
|
||||
height: 40px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
// -------------------------
|
||||
// Footer Styles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue