mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-08-10 01:11:37 -05:00
Remove full-width-hr shortcode
Not sure what I planned to use this for. It has since become outdated and out of sync with the new margins I set on body recently in4e753395ba
and6b729c6acf
.
This commit is contained in:
@@ -217,14 +217,6 @@ hr {
|
||||
border: 1px solid var(--background-3);
|
||||
}
|
||||
|
||||
@media (min-width: 720px) {
|
||||
.full-width-hr {
|
||||
/* see also: the related-posts section too */
|
||||
margin-left: calc(-100vw / 2 + 760px / 2);
|
||||
margin-right: calc(-100vw / 2 + 760px / 2);
|
||||
}
|
||||
}
|
||||
|
||||
table.simple {
|
||||
border-collapse: collapse;
|
||||
border: 2px solid var(--text-1);
|
||||
|
@@ -1 +0,0 @@
|
||||
<hr class="full-width-hr">
|
Reference in New Issue
Block a user