Fixed overflowing footer content on mobile
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ code {
|
|||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 4rem;
|
min-height: 4rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: var(--green-bg);
|
background: var(--green-bg);
|
||||||
padding: .5rem 0;
|
padding: .5rem 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user