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 12387a5 commit 375b0fcCopy full SHA for 375b0fc
src/pages/AboutPage.css
@@ -1,3 +1,8 @@
1
+.logo-icon-container {
2
+ display: flex;
3
+ flex-direction: row;
4
+}
5
+
6
@media screen and (min-width: 801px) {
7
8
#profile-pic {
@@ -18,14 +23,14 @@
18
23
19
24
.logo-icon-container {
20
25
width: 250px;
21
- object-fit: cover;
22
26
margin-left: 30px;
27
margin-bottom: 5px;
28
}
29
30
.logo-icon {
- height: 17%;
- width: 17%;
31
+ height: 24px;
32
+ width: 24px;
33
+ margin: 6px 12px 6px 12px;
34
35
36
.align-items-center {
@@ -50,14 +55,12 @@
50
55
51
56
52
57
width: 100%;
53
- object-fit: contain;
54
58
margin-bottom: 15px;
59
60
61
- height: 12%;
- width: 12%;
- margin-left: 7px;
- margin-right: 7px;
62
63
64
+ margin: 6px 18px 6px 18px;
65
66
src/photos/twitter-logo.png
-2.81 KB
0 commit comments