Skip to content

Commit

Permalink
Styling lower cards (mobile first)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLimaDev committed Sep 21, 2023
1 parent 8a02fee commit 0f41b85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
console.log('Teste')
console.log('Teste')
// window.alert('Page under work. Things WILL look broken.')
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ p {
outline: 1px solid #E7E9EE;
}

.material-symbols-outlined {
/* .material-symbols-outlined {
color: #000;
}
} */

.upper {
margin: 0.5rem;
Expand Down Expand Up @@ -174,6 +174,9 @@ p {
background-color: #E7E9EE;
}

.others-upper > span {
color: black;
}
.lower > h6 {
color: black;
}
Expand Down

0 comments on commit 0f41b85

Please sign in to comment.