14 lines
264 B
CSS
14 lines
264 B
CSS
.page--single-auteurs {
|
|
@apply max-w-screen-xl mx-auto px-4;
|
|
|
|
h1 {
|
|
@apply !text-8xl uppercase mb-8 col-span-2;
|
|
}
|
|
|
|
&__header {
|
|
@apply grid grid-cols-2 gap-2 items-center justify-center py-12;
|
|
|
|
grid-template-columns: auto 1fr;
|
|
}
|
|
}
|