styled front page

This commit is contained in:
jorge 2022-12-28 21:54:52 +01:00
parent 4429a676b9
commit febdb7a8fe
4 changed files with 13 additions and 3 deletions

View File

@ -20,3 +20,9 @@ a {
outline: 0;
}
}
.excerpt.post-excerpt, .entry-title {
a {
text-decoration: none;
}
}

View File

@ -66,7 +66,7 @@
.no-sidebar {
.site {
padding: 0 2rem;
.archive-posts {
.ofisuport-destacats,.ofisuport-featured,.archive-posts {
display: grid;
grid-template-columns: repeat(4 , 1fr);
gap: $grid__gap;

View File

@ -646,6 +646,10 @@ a:hover, a:active {
outline: 0;
}
.excerpt.post-excerpt a, .entry-title a {
text-decoration: none;
}
/* Forms
--------------------------------------------- */
button,
@ -783,7 +787,7 @@ textarea {
.no-sidebar .site {
padding: 0 2rem;
}
.no-sidebar .site .archive-posts {
.no-sidebar .site .ofisuport-destacats, .no-sidebar .site .ofisuport-featured, .no-sidebar .site .archive-posts {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;

File diff suppressed because one or more lines are too long