REFINING
This commit is contained in:
parent
0468c1704a
commit
77aec29cf9
|
|
@ -24,7 +24,7 @@
|
|||
@import './components/authors-list.css';
|
||||
@import './components/article-content.css';
|
||||
@import './components/content-meta.css';
|
||||
@import './components/post-header.css';
|
||||
/* @import './components/post-header.css'; */
|
||||
@import './components/sommaire-index.css';
|
||||
@import './components/index-panel.css';
|
||||
@import './components/footnotes-index.css';
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
@apply p-8 border border-primary relative grid gap-y-4 gap-12 bg-white;
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
transition: transform 0.3s ease-out;
|
||||
&:hover {
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
@screen lg {
|
||||
grid-template-columns: 1fr 40px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
.page--single-articles {
|
||||
.content-wrapper {
|
||||
/* @apply bg-yellow-400; */
|
||||
@apply container;
|
||||
/* @apply container;
|
||||
@apply mx-auto grid gap-12 lg:py-12 py-6 items-start;
|
||||
|
||||
grid-template-columns: 1fr 2fr;
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
} */
|
||||
|
||||
&[data-active-tab='article'] {
|
||||
#article-tags,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user