mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Correct footer padding so that it matches header padding
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
// Link title
|
// Link title
|
||||||
&__title {
|
&__title {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 0.4rem;
|
padding: 0 2.0rem;
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
line-height: 4.8rem;
|
line-height: 4.8rem;
|
||||||
}
|
}
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: -2.0rem;
|
margin-top: -2.0rem;
|
||||||
padding: 0 0.4rem;
|
padding: 0 2.0rem;
|
||||||
color: $md-color-white--light;
|
color: $md-color-white--light;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user