styling fixed
This commit is contained in:
+9
-21
@@ -8,15 +8,16 @@
|
||||
--accent-2: #66232e;
|
||||
--accent-3: #44131a;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url("/bg.png");
|
||||
margin: 40px auto;
|
||||
max-width: 1280px;
|
||||
}
|
||||
.container {
|
||||
}
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
font-size: 2em;
|
||||
@@ -28,45 +29,32 @@
|
||||
unicode-bidi: isolate;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.body_of_funny_content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.left-sidebar {
|
||||
margin: 5px;
|
||||
margin-left: 0px;
|
||||
height: 800px;
|
||||
width: 125px;
|
||||
background-color: var(--secondary);
|
||||
border-style: inset;
|
||||
border: 2px, inset, var(--thirdly);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.right-sidebar {
|
||||
margin: 5px;
|
||||
margin-right: 0px;
|
||||
height: 800px;
|
||||
width: 125px;
|
||||
background-color: var(--secondary);
|
||||
border: 2px, inset, var(--thirdly);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.actual-content {
|
||||
flex: 1;
|
||||
background-color: var(--primary);
|
||||
/* border: */
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.sticky_top {
|
||||
position: sticky;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.a_bit_of_padding {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.stamp_holder {
|
||||
justify-content: center;
|
||||
flex-grow: 0;
|
||||
|
||||
Reference in New Issue
Block a user