Skip to content

Commit 375b0fc

Browse files
committed
Updated AboutPage.css to position icons in a row with a flex box
1 parent 12387a5 commit 375b0fc

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

src/pages/AboutPage.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.logo-icon-container {
2+
display: flex;
3+
flex-direction: row;
4+
}
5+
16
@media screen and (min-width: 801px) {
27

38
#profile-pic {
@@ -18,14 +23,14 @@
1823

1924
.logo-icon-container {
2025
width: 250px;
21-
object-fit: cover;
2226
margin-left: 30px;
2327
margin-bottom: 5px;
2428
}
2529

2630
.logo-icon {
27-
height: 17%;
28-
width: 17%;
31+
height: 24px;
32+
width: 24px;
33+
margin: 6px 12px 6px 12px;
2934
}
3035

3136
.align-items-center {
@@ -50,14 +55,12 @@
5055

5156
.logo-icon-container {
5257
width: 100%;
53-
object-fit: contain;
5458
margin-bottom: 15px;
5559
}
5660

5761
.logo-icon {
58-
height: 12%;
59-
width: 12%;
60-
margin-left: 7px;
61-
margin-right: 7px;
62+
height: 24px;
63+
width: 24px;
64+
margin: 6px 18px 6px 18px;
6265
}
6366
}

src/photos/twitter-logo.png

-2.81 KB
Loading

0 commit comments

Comments
 (0)