mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Small visual fixes for new footer meta section
This commit is contained in:
parent
c0fcd8f8c5
commit
457315315b
1
material/assets/stylesheets/application-15e6cafc7f.css
Normal file
1
material/assets/stylesheets/application-15e6cafc7f.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
|||||||
{% if config.extra.social %}
|
{% if config.extra.social %}
|
||||||
<link rel="stylesheet" href="https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css">
|
<link rel="stylesheet" href="https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-5c79a378e0.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-15e6cafc7f.css">
|
||||||
{% if config.extra.palette %}
|
{% if config.extra.palette %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-535e87ca3f.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-535e87ca3f.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
// Links to previous and next page
|
// Links to previous and next page
|
||||||
&__link {
|
&__link {
|
||||||
padding-top: 2.8rem;
|
padding-top: 4.8rem;
|
||||||
padding-bottom: 0.8rem;
|
padding-bottom: 0.8rem;
|
||||||
transition: opacity 0.25s;
|
transition: opacity 0.25s;
|
||||||
|
|
||||||
@ -149,11 +149,11 @@
|
|||||||
// Social media links
|
// Social media links
|
||||||
.md-footer-social {
|
.md-footer-social {
|
||||||
margin: 0 0.8rem;
|
margin: 0 0.8rem;
|
||||||
padding: 1.2rem 0;
|
padding: 0.4rem 0 1.2rem;
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
// [tablet portrait +]: Show next to copyright information
|
// [tablet portrait +]: Show next to copyright information
|
||||||
@include break-from-device(tablet portrait) {
|
@include break-from-device(tablet portrait) {
|
||||||
|
padding: 1.2rem 0;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user