Compare commits
2 commits
3e367e54f6
...
9ba597803a
Author | SHA1 | Date | |
---|---|---|---|
9ba597803a | |||
d688cf0e90 |
2 changed files with 13 additions and 3 deletions
|
@ -474,7 +474,6 @@ input[type="button"] {
|
|||
color: #fff;
|
||||
padding: 12px 20px;
|
||||
margin-bottom: 18px;
|
||||
margin-right: 35px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: auto;
|
||||
|
|
|
@ -722,7 +722,7 @@ filter: grayscale(100%);
|
|||
}
|
||||
|
||||
section#_overview .fullbar-content {
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
margin-bottom: -100px;
|
||||
}
|
||||
|
||||
|
@ -731,7 +731,7 @@ img.transparent {
|
|||
width: 40px;
|
||||
opacity: 0.0;
|
||||
position: relative;
|
||||
top: -100px;
|
||||
top: -120px;
|
||||
}
|
||||
|
||||
/* Goals
|
||||
|
@ -744,6 +744,7 @@ img.transparent {
|
|||
border: none;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
padding-bottom: 5px;
|
||||
box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, 0.25);
|
||||
margin-bottom: 20%;
|
||||
}
|
||||
|
@ -757,11 +758,21 @@ img.transparent {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.goal img {
|
||||
position: relative;
|
||||
left: -80px;
|
||||
|
||||
}
|
||||
|
||||
.goal h2, .goal h4 {
|
||||
line-height: 95%;
|
||||
margin-bottom: 4%;
|
||||
}
|
||||
|
||||
.goal h6 {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.popper {
|
||||
font-size: 2em;
|
||||
padding: 5%;
|
||||
|
|
Loading…
Reference in a new issue