Skip to content
Snippets Groups Projects
Commit c33009f7 authored by Chris Lawton's avatar Chris Lawton
Browse files

improve layout of status block items

parent 9f66c1be
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,13 @@
border-right: 1px solid $color--light-mid-grey;
width: calc(100% / 9);
padding: 10px;
display: flex;
align-items: flex-start;
flex-direction: column;
}
@include media-query(desktop) {
padding: 20px 20px 30px;
padding: 20px 18px 30px;
}
@include media-query(laptop-short) {
......@@ -43,16 +46,16 @@
}
&__info {
font-size: 14px;
font-size: 13px;
color: $color--dark-blue;
@include media-query(tablet-landscape) {
margin-top: auto;
}
}
&__title {
font-weight: $weight--semibold;
@include media-query(tablet-landscape) {
min-height: 55px;
}
}
&__link {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment