Skip to content

Commit

Permalink
Minor css update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrayga committed Jan 6, 2024
1 parent 3f3e134 commit 98012c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# Compiled output
.tmp
.tmp/*
/out-tsc
/bazel-out

Expand Down
5 changes: 3 additions & 2 deletions .tmp/concat/main/css/main.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2869,9 +2869,10 @@ a {
}

.image-responsive {
height: 200px;
width: 100%;
display: block;
height: 550px;
object-fit: scale-down;
object-position: center;
}

.intro-image-bg {
Expand Down
5 changes: 3 additions & 2 deletions ASSETS/it-worker-theme/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ a {
}

.image-responsive {
height: 200px;
width: 100%;
display: block;
height: 550px;
object-fit: scale-down;
object-position: center;
}

.intro-image-bg {
Expand Down
2 changes: 1 addition & 1 deletion dist/main/css/main.min.css

Large diffs are not rendered by default.

0 comments on commit 98012c3

Please sign in to comment.