feat: Page now uses max height + new logo
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
.footer {
|
||||
background-color: mc('blue-grey','50');
|
||||
border-bottom: 5px solid mc('blue-grey','100');
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 25px;
|
||||
padding: 0 25px;
|
||||
height: 70px;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
color: mc('blue-grey','500');
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
|
@@ -32,8 +32,8 @@
|
||||
&.is-featured {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
background-color: mc('indigo', '300');
|
||||
border-bottom-color: mc('indigo', '400');
|
||||
background-color: mc($primary, '400');
|
||||
border-bottom-color: mc($primary, '500');
|
||||
color: #FFF;
|
||||
|
||||
> i::before {
|
||||
|
@@ -4,7 +4,7 @@
|
||||
color: mc('blue-grey', '50');
|
||||
width: 250px;
|
||||
max-width: 250px;
|
||||
min-height: 80vh;
|
||||
min-height: calc(100vh - 120px);
|
||||
|
||||
aside {
|
||||
padding: 1px 0 15px 0;
|
||||
|
Reference in New Issue
Block a user