Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jul 12, 2023
1 parent 128d063 commit 5f8db15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions src/app/layout/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ footer {
.columns-8,
.columns-4 {
:host {


footer {
padding-bottom: 75px;
}
}

}

.url-lists {
Expand All @@ -25,7 +22,7 @@ footer {
padding-top: 24px;
padding-bottom: 16px;

>.col {
> .col {
width: 275px;
}

Expand Down Expand Up @@ -73,11 +70,10 @@ footer {
}

.links {
>.url-lists {
> .url-lists {
justify-content: space-around;

a {

.columns-4 :host &,
.columns-8 :host & {
justify-content: space-around;
Expand All @@ -102,7 +98,7 @@ a:focus {
}
}

.CC0>a:hover {
.CC0 > a:hover {
text-decoration: underline;
}

Expand All @@ -123,4 +119,4 @@ a:focus {
.ot-sdk-show-settings:hover {
color: inherit !important;
background-color: inherit !important;
}
}
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ html {
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
}

0 comments on commit 5f8db15

Please sign in to comment.