You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
664 B
38 lines
664 B
//============================================
|
|
// Projects Pages
|
|
//============================================
|
|
|
|
// General
|
|
// -------------------------------------------
|
|
.project {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
// Views
|
|
// -------------------------------------------
|
|
.projects-grid {
|
|
.project {
|
|
margin-bottom: 30px;
|
|
padding: 5px;
|
|
background: #f3f3f3;
|
|
@include border-radius(2px);
|
|
|
|
.overlay {
|
|
top: 5px;
|
|
bottom: 5px;
|
|
left: 5px;
|
|
right: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Single Projects
|
|
// -------------------------------------------
|
|
|
|
|
|
|
|
// Responsive
|
|
// -------------------------------------------
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
} |