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:
parent
f6d9a91995
commit
e08802aed1
@ -94,7 +94,7 @@
|
||||
// Link title
|
||||
&__title {
|
||||
position: relative;
|
||||
padding: 0 0.4rem;
|
||||
padding: 0 2.0rem;
|
||||
font-size: 1.8rem;
|
||||
line-height: 4.8rem;
|
||||
}
|
||||
@ -105,7 +105,7 @@
|
||||
right: 0;
|
||||
left: 0;
|
||||
margin-top: -2.0rem;
|
||||
padding: 0 0.4rem;
|
||||
padding: 0 2.0rem;
|
||||
color: $md-color-white--light;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user