Skip to content

Commit e793a7e

Browse files
committed
Updated css
1 parent 01a97bd commit e793a7e

File tree

6 files changed

+5
-65
lines changed

6 files changed

+5
-65
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ jspm_packages
5959
# CUSTOM
6060
# ------------------------------------------------------------------------------
6161
public/images/portfolio
62-
public/index.html
6362
resume.json
63+
bundle.js
64+
bundle.js.map

app/components/section/references.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const References = React.createClass({
5050
<span>References</span>
5151
</h1>
5252
</div>
53-
<div className='ten columns flex-container'>
53+
<div className='columns flex-container'>
5454
<div className='flexslider'>
5555
<Carousel
5656
autoplay={carouselConfig.autoplay}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "suddi.github.io",
33
"private": true,
44
"description": "Sudharshan Ravindran personal site",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"homepage": "https://suddi.github.io",
77
"author": {
88
"name": "Sudharshan Ravindran",

public/bundle.js

Lines changed: 0 additions & 60 deletions
This file was deleted.

public/bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/css/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ call-to-action .button {
958958
/* Hide the slides before the JS is loaded. Avoids image jumping */
959959
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
960960
/* Suggested container for slide animation setups. Can replace this with your own */
961-
.flex-container { zoom: 1; position: relative; }
961+
.flex-container { zoom: 1; position: relative; width: 82%; }
962962

963963
/* Clearfix for .slides */
964964
.slides:before,

0 commit comments

Comments
 (0)