We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c54115 + aad37be commit 7a5fea2Copy full SHA for 7a5fea2
public/style.css
@@ -6,8 +6,8 @@ html {
6
}
7
8
body {
9
- display: flex;
10
- flex-direction: column;
+ display: grid;
+ /* flex-direction: column; */
11
background: #ededed;
12
margin: 0;
13
align-items: center;
@@ -75,13 +75,16 @@ a{
75
color: inherit;
76
padding: 0.3rem 0.5rem;
77
background: #fbfcfd;
78
- margin-bottom: 0.5rem;
+ /* margin-bottom: 0.5rem; */
79
+ margin: 0.5rem;
80
+ border-radius: 10px;
81
82
83
.section__results{
84
- width: 90%;
85
+ /* width: 90%; */
86
+ grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
87
+ /* flex-direction: column */
88
89
90
.article__img{
0 commit comments