Skip to content

Commit

Permalink
remove mediaquery, leave flexwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rmirau committed Nov 16, 2023
1 parent a97f6ac commit 71f9b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>Comparison</h2>
<div>
<h2>Log</h2>
<!-- Here goes the log of the users via the controller -->
<ul id="ref-log-list"></ul>
<div id="ref-log-list"></div>
</div>
</article>
</main>
Expand Down
6 changes: 1 addition & 5 deletions public/style/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,14 @@ main {
display: none;
}

@media screen and (max-width: 430px) {
.logactivity {
flex-wrap: wrap;
}
}

.logactivity {
padding: 0.1rem;
border: 1px solid;
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}

.logactivity-propertie {
Expand Down

0 comments on commit 71f9b24

Please sign in to comment.