mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
Set hero image full width
This commit is contained in:
parent
3b8580edb8
commit
50589a76e2
@ -22,6 +22,10 @@ $text-color: (
|
||||
dark: #b3b3b3,
|
||||
);
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
};
|
||||
|
||||
body {
|
||||
font-family: 'Noto Sans';
|
||||
};
|
||||
@ -30,6 +34,16 @@ h1, h2, h3, h4 {
|
||||
font-family: 'Noto Sans Bold';
|
||||
};
|
||||
|
||||
.theme-hope-content {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.theme-hope-content:not(.custom) {
|
||||
max-width: max-content;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.theme-hope-content Button {
|
||||
font-size: 1.1em;
|
||||
color: var(--text-color);
|
||||
@ -89,13 +103,9 @@ h1, h2, h3, h4 {
|
||||
}
|
||||
|
||||
.hero-container {
|
||||
width: auto;
|
||||
background-image: linear-gradient(#282a82, #5e0d46);
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-bottom: 1rem;
|
||||
width: 100%;
|
||||
margin-bottom: 0.5rem;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user