We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320e948 commit 30804b5Copy full SHA for 30804b5
css/main.css
@@ -30,7 +30,7 @@ body {
30
}
31
32
img {
33
- max-width: 100px;
+ max-width: 100%;
34
35
36
.wrapper {
@@ -146,3 +146,18 @@ img {
146
padding: 1.5rem 2rem;
147
box-shadow: var(--shadow);
148
149
+
150
+/* ====== End Boxes Section ======*/
151
152
+/* ====== Start Info Section- ======*/
153
154
+.info {
155
+ background-color: var(--primary);
156
+ box-shadow: var(--shadow);
157
+ display: grid;
158
+ grid-gap: 30px;
159
+ grid-template-columns: repeat(2, 1fr);
160
+ padding: 3rem;
161
+}
162
163
+/* ====== End Info Section- ======*/
0 commit comments