Skip to content

Commit

Permalink
Museum 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vl-Tsr committed Nov 21, 2024
1 parent e83b601 commit c3ec506
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
22 changes: 22 additions & 0 deletions src/styles/blocks/contacts.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.contacts {
&__address {
color: $white;
}

&__phones {
display: flex;
}

&__email {
margin-bottom: 30px;

@include on-tablet {
margin-bottom: 50px;
}
}

&__media {
display: flex;
gap: 20px;
}
}
31 changes: 3 additions & 28 deletions src/styles/blocks/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@
}

&__copyright {
&__copyright {
display: flex;
align-items: center;
justify-content: space-between;
}
display: flex;
align-items: center;
justify-content: space-between;

grid-column: span 2;

Expand Down Expand Up @@ -97,26 +95,3 @@
color: inherit;
}
}

.contacts {
&__address {
color: $white;
}

&__phones {
display: flex;
}

&__email {
margin-bottom: 30px;

@include on-tablet {
margin-bottom: 50px;
}
}

&__media {
display: flex;
gap: 20px;
}
}
1 change: 1 addition & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@import './blocks/new';
@import './blocks/subscribe';
@import './blocks/footer';
@import './blocks/contacts';



Expand Down

0 comments on commit c3ec506

Please sign in to comment.