Skip to content
Open
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
8 changes: 8 additions & 0 deletions app/assets/stylesheets/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ body[data-controller="home"][data-action="index"] {
img { display: none; }
.mission_text { font-size: 1.7em; }
}
#coder_welcome {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid using id selectors
Selector coder_welcome should be written in lowercase with hyphens

.button {
display: block;
margin: 0 auto;
margin-bottom: 20px;
width: 75%;
}
}
}

@media screen and (max-device-width:854px), screen and (max-width:854px) {
Expand Down