mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
image count fixes
This commit is contained in:
parent
6e9a079b5d
commit
4526e29ee7
@ -79,7 +79,9 @@ export const IndexQuery = graphql`
|
||||
}
|
||||
}
|
||||
|
||||
projectImageFiles: allFile(filter: { name: { regex: "/portfolio/" } }) {
|
||||
projectImageFiles: allFile(
|
||||
filter: { absolutePath: { regex: "/portfolio/" } }
|
||||
) {
|
||||
edges {
|
||||
node {
|
||||
name
|
||||
|
@ -71,7 +71,7 @@
|
||||
bottom: 10%;
|
||||
right: 0;
|
||||
color: $brand-grey-dimmed;
|
||||
font-size: $font-size-mini;
|
||||
font-size: $font-size-small;
|
||||
padding: $spacer / 6 $spacer / 2;
|
||||
background: rgba($brand-cyan, .9);
|
||||
z-index: 10;
|
||||
@ -81,5 +81,7 @@
|
||||
|
||||
svg {
|
||||
fill: $brand-grey-dimmed;
|
||||
width: $font-size-mini;
|
||||
height: $font-size-mini;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user