Move aside to left on t0.vc

master
Tanner Collin 1 year ago
parent 48d35d5e2b
commit 5a533d2d9e
  1. 10
      themes/lite/templates/article.html

@ -67,6 +67,16 @@
float: left; float: left;
margin-right: 1rem; margin-right: 1rem;
} }
@media screen and (min-width:49rem) {
.content .aside {
display: inline;
float: right;
position: relative;
width: 8rem;
margin-right: -10rem;
font-size: 0.9rem;
}
}
</style> </style>
</head> </head>
{% endblock %} {% endblock %}

Loading…
Cancel
Save