Add files via upload
This commit is contained in:
@ -390,6 +390,31 @@
|
||||
height: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Promotions */
|
||||
.promotions {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
}
|
||||
.promotions img {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
background-size: cover;
|
||||
}
|
||||
.promotions button {
|
||||
margin-top: 5%;
|
||||
}
|
||||
.controls {
|
||||
text-align: center;
|
||||
}
|
||||
/* Responsive layout */
|
||||
@media (max-width: 750px) {
|
||||
.promotions img {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Text Box */
|
||||
.textbox {
|
||||
|
@ -426,6 +426,31 @@ main img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Promotions */
|
||||
.promotions {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
}
|
||||
.promotions img {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
background-size: cover;
|
||||
}
|
||||
.promotions button {
|
||||
margin-top: 5%;
|
||||
}
|
||||
.controls {
|
||||
text-align: center;
|
||||
}
|
||||
/* Responsive layout */
|
||||
@media (max-width: 750px) {
|
||||
.promotions img {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Percentage bar */
|
||||
.bar {
|
||||
|
Reference in New Issue
Block a user