mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Round some corners
This commit is contained in:
parent
c9d723f24e
commit
7d998fad44
4
_assets/stylesheets/components/_photo-thumb.scss
Normal file
4
_assets/stylesheets/components/_photo-thumb.scss
Normal file
@ -0,0 +1,4 @@
|
||||
.photo-thumb {
|
||||
border-radius: 0.25rem;
|
||||
width: 100%;
|
||||
}
|
||||
@ -9,7 +9,3 @@
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
.photo-thumb {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
@import "components/video-container";
|
||||
@import "components/photos-container";
|
||||
@import "components/photos";
|
||||
@import "components/photo-thumb";
|
||||
|
||||
// 7. Utilities – utilities and helper classes with ability to override
|
||||
// anything which goes before in the triangle, eg. hide helper class
|
||||
|
||||
Loading…
Reference in New Issue
Block a user