The New Beginnings
This commit is contained in:
11
public/styles/footer.css
Normal file
11
public/styles/footer.css
Normal file
@@ -0,0 +1,11 @@
|
||||
footer {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.05);
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
footer {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user