-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc80aba
commit 544e21c
Showing
9 changed files
with
107 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
footer { | ||
@apply flex items-center justify-center fixed bg-white-100; | ||
gap: 2rem; | ||
bottom: 0; | ||
padding: 1.5rem 13.5rem; | ||
width: 100%; | ||
|
||
stroke-width: 1px; | ||
stroke: var(--NEUTRAS-20, #CFCFCF); | ||
|
||
p { | ||
font-size: 0.75rem; | ||
font-style: normal; | ||
font-weight: 400; | ||
line-height: 1.25rem; | ||
} | ||
} | ||
|
||
@media (max-width: 768px) { | ||
footer { | ||
@apply absolute flex-wrap; | ||
padding: 1.5rem 1rem; | ||
align-items: center; | ||
|
||
stroke-width: 0; | ||
box-shadow: 0px 0px 20px 2px rgba(64, 64, 64, 0.10); | ||
|
||
p { | ||
text-align: center; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters