Add payment widget to home page
This commit is contained in:
@@ -88,10 +88,13 @@ footer {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
header>h1 {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
color: var(--background_text_color);
|
||||
footer {
|
||||
background-image: url("/res/img/nebula.webp");
|
||||
background-color: var(--background_color);
|
||||
background-blend-mode: luminosity;
|
||||
box-shadow: inset 0 0 10px -4px var(--shadow_color);
|
||||
border-radius: 8px;
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
footer>.footer_content {
|
||||
@@ -106,6 +109,12 @@ footer>.footer_content {
|
||||
margin: 120px 0 60px 0;
|
||||
}
|
||||
|
||||
header>h1 {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
color: var(--background_text_color);
|
||||
}
|
||||
|
||||
/* Page layout elements */
|
||||
|
||||
.button_toggle_navigation {
|
||||
@@ -164,9 +173,10 @@ footer>.footer_content {
|
||||
}
|
||||
|
||||
.page_content,
|
||||
.page_margins {
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
.page_margins,
|
||||
footer {
|
||||
margin-right: 16px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 1100px) {
|
||||
@@ -181,7 +191,8 @@ footer>.footer_content {
|
||||
}
|
||||
|
||||
.page_content,
|
||||
.page_margins {
|
||||
.page_margins,
|
||||
footer {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user