styled front page
This commit is contained in:
parent
4429a676b9
commit
febdb7a8fe
|
@ -20,3 +20,9 @@ a {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excerpt.post-excerpt, .entry-title {
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
.no-sidebar {
|
.no-sidebar {
|
||||||
.site {
|
.site {
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
.archive-posts {
|
.ofisuport-destacats,.ofisuport-featured,.archive-posts {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(4 , 1fr);
|
grid-template-columns: repeat(4 , 1fr);
|
||||||
gap: $grid__gap;
|
gap: $grid__gap;
|
||||||
|
|
|
@ -646,6 +646,10 @@ a:hover, a:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excerpt.post-excerpt a, .entry-title a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Forms
|
/* Forms
|
||||||
--------------------------------------------- */
|
--------------------------------------------- */
|
||||||
button,
|
button,
|
||||||
|
@ -783,7 +787,7 @@ textarea {
|
||||||
.no-sidebar .site {
|
.no-sidebar .site {
|
||||||
padding: 0 2rem;
|
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;
|
display: grid;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue