Added first additions, in temp state
This commit is contained in:
@ -1089,7 +1089,6 @@ button {
|
||||
height: auto;
|
||||
min-height: 240px;
|
||||
height: 60vh;
|
||||
padding: 15% 0;
|
||||
}
|
||||
|
||||
.scroll-down,
|
||||
|
@ -124,6 +124,13 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.main-me {
|
||||
background-color: red; //Temp
|
||||
color: $white;
|
||||
margin: 10rem auto 15rem;
|
||||
max-width: 1260px;
|
||||
}
|
||||
|
||||
$post-bg: $white;
|
||||
$post-border: #ebf2f6;
|
||||
$post-after-border: #e7eef2;
|
||||
|
Reference in New Issue
Block a user