Changed styling
This commit is contained in:
parent
3c4e53d172
commit
682e0ff8b9
1 changed files with 1 additions and 2 deletions
|
@ -131,7 +131,7 @@
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
.transition(~"opacity 0.5s ease-in");
|
.transition(~"opacity 0.5s ease-in");
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background-color: rgba(0,0,0,0.6);
|
background-color: rgba(0,0,0,0.7);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@media screen and (max-width: @screen-xs-max) {
|
@media screen and (max-width: @screen-xs-max) {
|
||||||
|
@ -152,7 +152,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: @screen-md-min) {
|
@media screen and (min-width: @screen-md-min) {
|
||||||
padding: 13%;
|
|
||||||
p, a.btn {
|
p, a.btn {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
Reference in a new issue