Skip to content

Commit

Permalink
scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupac committed Jan 23, 2024
1 parent 5295049 commit 71fd073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _scss/_conference.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
text-transform: uppercase;
font-size: 18px;
margin-top: 2rem;
margin-bottom: 2.25rem;
margin-bottom: 2rem;
p {
background-color: #25b4bd;
color: white;
display: inline-block;
padding: .35rem 1rem;
border-radius: 6px;
margin-right: .25rem;
margin-bottom: .25rem;
margin-bottom: .5rem;
// box-shadow: 2px 2px 20px rgba(24, 24, 24, 0.6
box-shadow: 1px 1px 6px rgba(24, 24, 24, 0.4);
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% include vision.html %}
</div>

<div class="d-flex justify-content-center align-items-center">
<div class="">
{% include incl-conference.html %}
</div>

Expand Down

0 comments on commit 71fd073

Please sign in to comment.