mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added styles for new blog section
This commit is contained in:
parent
ec7ccd2b2d
commit
e9572815c6
2
material/overrides/assets/stylesheets/main.82a6bf04.min.css
vendored
Normal file
2
material/overrides/assets/stylesheets/main.82a6bf04.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
||||
-#}
|
||||
{% extends "base.html" %}
|
||||
{% block extrahead %}
|
||||
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.a9869c0c.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.82a6bf04.min.css' | url }}">
|
||||
{% endblock %}
|
||||
{% block announce %}
|
||||
<a href="https://twitter.com/squidfunk">
|
||||
|
@ -123,4 +123,26 @@
|
||||
break-inside: avoid;
|
||||
}
|
||||
}
|
||||
|
||||
// Blog author
|
||||
.mdx-author {
|
||||
display: flex;
|
||||
font-size: px2rem(13.6px);
|
||||
|
||||
// Blog author image
|
||||
img {
|
||||
height: px2rem(40px);
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
// Blog author content
|
||||
p {
|
||||
margin-right: px2rem(16px);
|
||||
|
||||
// Blog metadata
|
||||
> span {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user