Browse Source

removed bullets from teaser card author lists

dependabot/npm_and_yarn/acorn-5.7.4
rdrew 5 years ago
parent
commit
29bb8e6117
  1. 2
      gulpfile.js
  2. 3
      src/scss/_lp-preview-grid.scss

2
gulpfile.js

@ -17,7 +17,7 @@ var concat = require('gulp-concat');
gulp.task('browser-sync', function() {
browserSync.init({
proxy: "https://lmmijournal.researchspaces.ca",
proxy: "https://journaloflmmontgomerystudies.ca",
serveStatic: ['.'],
files: ['./css/style.css','./js/js.js'],
plugins: ['bs-rewrite-rules'],

3
src/scss/_lp-preview-grid.scss

@ -143,3 +143,6 @@
}
}
}
.teaser-card ul {
list-style: none;
}

Loading…
Cancel
Save