Skip to content

Commit

Permalink
width changed
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonconcepcion committed Nov 18, 2024
1 parent 4a04069 commit a71156c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
38 changes: 18 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.0)
activesupport (7.1.5)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
Expand All @@ -30,6 +32,7 @@ GEM
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
capybara (3.40.0)
addressable
Expand Down Expand Up @@ -71,23 +74,17 @@ GEM
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-x86_64-linux)
bigdecimal
rake (>= 13)
google-protobuf (3.25.5-arm64-darwin)
google-protobuf (3.25.5-x86_64-darwin)
google-protobuf (3.25.5-x86_64-linux)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -147,6 +144,7 @@ GEM
mercenary (0.4.0)
mini_mime (1.1.5)
minitest (5.25.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.7-arm64-darwin)
Expand Down Expand Up @@ -214,12 +212,12 @@ GEM
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.77.8-arm64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-linux-gnu)
google-protobuf (~> 4.26)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand Down Expand Up @@ -276,4 +274,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.4.18
2.4.18
4 changes: 2 additions & 2 deletions _sass/custom/course_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
.site-logo {
/*background-position: center !important;*/
background-position: bottom !important; /*for Thanksgiving */
width: 95%;
height: 151%;
width: 100%;
height: 100%;
}

.flex {
Expand Down

0 comments on commit a71156c

Please sign in to comment.