Skip to content
Merged
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
16 changes: 2 additions & 14 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -375,17 +375,11 @@ button {
display: block;
margin: 20px auto;
border-radius: 16px;
max-width: 100%;
height: auto;

@include maxBreakpoint($breakpoint-tablet) {
width: 100%;
height: 100%;
max-width: auto;
max-height: auto;
}

@include breakpoint($breakpoint-tablet) {
max-width: -webkit-fill-available;
max-height: -webkit-fill-available;
}
}

Expand Down Expand Up @@ -438,12 +432,6 @@ button {
background-color: var(--color-highlightBG);
}

.img-wrap {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What does deleting this one do? Are we using it anywhere?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It's redundant, I don't see it is used in anywhere

display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

h1,
h2,
h3 {
Expand Down
Loading