Skip to content

Commit

Permalink
Simplify prototype sass build and npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpittet committed Apr 26, 2023
1 parent 8169882 commit 953dbac
Show file tree
Hide file tree
Showing 4 changed files with 957 additions and 4,409 deletions.
6 changes: 1 addition & 5 deletions public/prototype/css/prototype.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.jumbotron {
height: 455px;
}

.jumbotron .title {
position: relative;
bottom: 60px;
Expand All @@ -11,7 +10,6 @@
padding: 12px 0 0 10px;
background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
.jumbotron .title {
bottom: 0;
Expand All @@ -21,12 +19,10 @@
padding: 20px 0 0 30px;
}
}

.jumbotron .title h1 {
font-size: 18px;
color: #fff;
}

@media (min-width: 768px) {
.jumbotron .title h1 {
font-size: 39px;
Expand All @@ -40,4 +36,4 @@
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
}
Loading

0 comments on commit 953dbac

Please sign in to comment.