|
@@ -309,19 +309,12 @@ a {
|
|
|
border-bottom: 1px solid #e8eaf1;
|
|
|
border-radius: 0.25rem;
|
|
|
}
|
|
|
- /*.article-link {
|
|
|
- display: block;
|
|
|
- position: absolute;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- }*/
|
|
|
.sub-title {
|
|
|
color: lighten($gray, 20);
|
|
|
font-size: 80%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ margin-bottom: 0.25rem;
|
|
|
@media screen and (max-width: 576px) {
|
|
|
flex-direction: column;
|
|
|
}
|
|
@@ -338,7 +331,7 @@ a {
|
|
|
line-height: 2;
|
|
|
}
|
|
|
.lead-text {
|
|
|
- margin-top: 1rem;
|
|
|
+ margin-top: 0.625rem;
|
|
|
color: $gray;
|
|
|
line-height: 2;
|
|
|
text-align: justify;
|