STYLE Introducing styles
This commit is contained in:
parent
cbd7aa7a30
commit
59c7831ffc
21
resources/css/pages/archive-dbmob.css
Normal file
21
resources/css/pages/archive-dbmob.css
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
.archive-dbmob {
|
||||||
|
h1 {
|
||||||
|
span.acronyme {
|
||||||
|
@apply block w-full;
|
||||||
|
}
|
||||||
|
span.explanation {
|
||||||
|
@apply text-3xl font-bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.page-heading {
|
||||||
|
@apply text-center max-w-screen-lg mx-auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__heading {
|
||||||
|
@apply bg-blue-300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-grid {
|
||||||
|
@apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user