mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge pull request #5852 from sisp/social-icons-gap
Use flex gaps instead of whitespaces between social icons
This commit is contained in:
commit
b13a3b81f7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.c439c5a1.min.css
vendored
Normal file
1
material/assets/stylesheets/main.c439c5a1.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.c439c5a1.min.css.map
Normal file
1
material/assets/stylesheets/main.c439c5a1.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -40,7 +40,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.61509144.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c439c5a1.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ecc896b0.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ecc896b0.min.css' | url }}">
|
||||||
|
@ -169,6 +169,8 @@
|
|||||||
|
|
||||||
// Social links
|
// Social links
|
||||||
.md-social {
|
.md-social {
|
||||||
|
display: inline-flex;
|
||||||
|
gap: px2rem(4px);
|
||||||
padding: px2rem(4px) 0 px2rem(12px);
|
padding: px2rem(4px) 0 px2rem(12px);
|
||||||
margin: 0 px2rem(8px);
|
margin: 0 px2rem(8px);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user