Reduced margin size and font-size to fit description as a workound for a temporary page
parent
62ddbe9284
commit
f91a4bab87
|
@ -93,6 +93,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.project-content {
|
||||
h2 {
|
||||
margin-bottom: .3rem;
|
||||
}
|
||||
p {
|
||||
@extend %small;
|
||||
line-height: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.all-projects {
|
||||
@include table-flex-child(1, 285px, 0, 285px);
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
|
|
Loading…
Reference in New Issue