mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
22
docs/_sass/components/screenshots.scss
Normal file
22
docs/_sass/components/screenshots.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.bd-screenshots {
|
||||
display: grid;
|
||||
grid-gap: $block-spacing;
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
.bd-screenshot {
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 1em 1em rgba(black, 0.1);
|
||||
transform: translateY(-0.5em);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
.bd-screenshots {
|
||||
grid-template-columns: repeat(auto-fill, minmax(336px, 1fr));
|
||||
margin: 0 auto;
|
||||
max-width: var(--container-width);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user