🐞 feat: Add contact information section to footer with address, email, and phone icons
This commit is contained in:
@@ -52,19 +52,20 @@ Lineicons regular icon font
|
||||
.circular-icon {
|
||||
@apply box-content bg-secondary rounded-full text-white flex justify-center items-center;
|
||||
|
||||
--size: 2rem;
|
||||
--size: 1.5rem;
|
||||
height: var(--size);
|
||||
text-align: center;
|
||||
width: var(--size);
|
||||
|
||||
i {
|
||||
display: inline-block;
|
||||
height: var(--size);
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
margin-top: 0.5rem;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: var(--size);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&i::before, span { line-height: var(--size) !important; }
|
||||
|
||||
Reference in New Issue
Block a user