Skip to content

Commit 819185f

Browse files
Updates photo sizes
1 parent 8944789 commit 819185f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

css/photos.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ Set background image source
112112
ulp:nth-of-type(1) lip { background-image:url(../img/picsandsiteinfo/colomaLivingHistory.jpg);}
113113
ulp:nth-of-type(1) { width:120px; height:80px; }
114114
ulp:nth-of-type(2) lip { background-image:url(../img/picsandsiteinfo/colomaLivingHistory2019.jpg);}
115-
ulp:nth-of-type(2) { width:90px; height:130px; }
115+
ulp:nth-of-type(2) { width:120px; height:100px; }
116116
ulp:nth-of-type(3) lip { background-image:url(../img/picsandsiteinfo/kidPicHomeschooling.jpg);}
117-
ulp:nth-of-type(3) { width:90px; height:130px; }
117+
ulp:nth-of-type(3) { width:140px; height:100px; }
118118
ulp:nth-of-type(4) lip { background-image:url(../img/picsandsiteinfo/kidsHomeschoolingBaking.jpg);}
119-
ulp:nth-of-type(4) { width:90px; height:130px; }
119+
ulp:nth-of-type(4) { width:120px; height:110px; }
120120
ulp:nth-of-type(5) lip { background-image:url(../img/picsandsiteinfo/sasparillaAtColomaInTheBar.jpg);}
121121
ulp:nth-of-type(5) { width:120px; height:80px; }
122122

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"name": "startbootstrap-business-casual",
44
"version": "5.0.10",
55
"scripts": {
6-
"start": "node_modules/.bin/gulp watch"
6+
"start": "node_modules/.bin/gulp watch",
7+
"build": "scripts build && cp CNAME build/CNAME"
78
},
89
"description": "A casual HTML website theme for businesses built with Bootstrap",
910
"keywords": [

0 commit comments

Comments
 (0)