Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed May 13, 2024
1 parent 88a78e6 commit cf8065c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ footer.footer {
box-sizing: border-box;
padding: 1rem;
}

.three-columns > div:first-child {
flex: 0 0 20%;
box-sizing: border-box;
Expand Down Expand Up @@ -289,15 +290,14 @@ footer.footer {
.ted-footer__title {
font-size: 28px;
font-weight: 400;
color: #333333;
border-bottom: 1px solid #CFDAF5;
color: #333;
border-bottom: 1px solid #cfdaf5;
padding-bottom: 12px;
margin-bottom: 16px;
display: block;
line-height: 1.2;
}


.ted-footer__rich-text {
padding-right: 60px;
font-family: var(--gs-base-font-family-default);
Expand All @@ -306,12 +306,12 @@ footer.footer {

.ted-footer__rich-text p {
font-size: 16px;
color: #333333;
color: #333;
}

.ted-footer__rich-text a {
font-size: 16px;
color: #0E47CB;
color: #0e47cb;
}

.ted-footer__title.ted-footer__title--main {
Expand Down

0 comments on commit cf8065c

Please sign in to comment.