Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootcamp adjustments 2 #7117

Merged
merged 3 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/css/packs/bootcamp.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ body {
opacity: 0.7;
}
.logos {
@apply flex flex-row flex-wrap items-center justify-center gap-40;
@apply flex flex-row flex-wrap items-center justify-center gap-x-40 gap-y-20;
img {
filter: brightness(0.1) invert(1) grayscale(1);
opacity: 0.8;
Expand Down Expand Up @@ -648,7 +648,7 @@ section#exercism {
@apply mb-8;
}
p {
@apply text-[14px];
@apply lg:text-[14px] text-16;
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions app/views/bootcamp/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,8 @@
.md-container.relative
%h2 Frequently Asked Questions
%p.intro
%span.inline-block These are the questions we get asked the most.
%span.inline-block
Your question not answered here?
= link_to "Ping us an email!", "#"
These are the questions we get asked the most. Your question not answered here?
= link_to "Ping us an email!", "#"

.faq
%h4 Can I join Part 1 now and then sign up for the rest of the course later?
Expand Down
Loading