Footer v2
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
top: 10%;
|
||||
|
||||
z-index: 2;
|
||||
width: 70%;
|
||||
width: 60vw;
|
||||
background-color: var(--headerBoxColor);
|
||||
|
||||
border-radius: 2vw;
|
||||
@@ -73,22 +73,10 @@
|
||||
|
||||
margin-top: calc(var(--boxHeight) * 1.5);
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
background-color: var(--headerBoxColor);
|
||||
border-radius: 1vw;
|
||||
|
||||
.prevFooter{
|
||||
height: calc(var(--boxHeight) * 0.4);
|
||||
|
||||
border-top-right-radius: 1vw;
|
||||
border-top-left-radius: 1vw;
|
||||
background-color: var(--postHeaderBoxColor);
|
||||
}
|
||||
|
||||
.postFooter{
|
||||
border-bottom-right-radius: 1vw;
|
||||
border-bottom-left-radius: 1vw;
|
||||
background-color: var(--headerBoxColor);
|
||||
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user