mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Add contact info to footer
This commit is contained in:
@@ -51,7 +51,8 @@
|
||||
}
|
||||
|
||||
#contact-main {
|
||||
* {
|
||||
margin: 2rem 0;
|
||||
p {
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,13 @@
|
||||
.container {
|
||||
max-width: 80rem;
|
||||
}
|
||||
|
||||
.footer-contact {
|
||||
margin-bottom: 2rem;
|
||||
p {
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-copyright {
|
||||
text-align: center;
|
||||
@@ -15,18 +22,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.footer-nav ul {
|
||||
list-style-type: none;
|
||||
.footer-nav {
|
||||
flex-shrink: 1.5;
|
||||
ul {
|
||||
list-style-type: none;
|
||||
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
a {
|
||||
padding: .5rem .2rem;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
a {
|
||||
padding: .5rem .2rem;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user