Skip to content

Commit 11476e8

Browse files
committed
Updated Nokogiri in Gemlock file
1 parent ed0a840 commit 11476e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/assets/stylesheets/application.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
/*
55
* Globals
66
*/
7+
* {
8+
padding: 0;
9+
margin: 0;
10+
box-sizing: border-box;
11+
}
712
$white: #fff;
813
/* Links */
914
a,

app/views/pages/about.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h5><%= skill.title %></h5>
1414
<div class="progress">
1515
<div
16-
class="progress-bar progress-bar-stripped bg-warning"
16+
class="progress-bar progress-bar-striped bg-primary"
1717
role="progressbar"
1818
aria-valuenow="<%= skill.percent_utilized %>"
1919
aria-valuemax="100"

0 commit comments

Comments
 (0)