diff --git a/assets/css/main.css b/assets/css/main.css index 231e0e3..23ccc54 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -52,19 +52,13 @@ body { .social-media-overlay { display: flex; - flex-direction: column; + flex-direction: row; justify-content: center; - position: fixed; - z-index: 2; - right: 1.5em; - bottom: 1.5em; - background-color: rgba(255, 255, 255, 0.75); - border-radius: 1.5em; - box-shadow: 3px 3px rgba(136, 28, 28, 0.75); } .social-media-overlay img { margin: 0.75em; + width: 25px; } .section { @@ -388,6 +382,7 @@ body { .team-social-icon { width: 1.5rem; height: auto; + margin-right: 5px; } .card-img-top { diff --git a/assets/svg/GitHub.svg b/assets/svg/GitHub.svg new file mode 100644 index 0000000..267432f --- /dev/null +++ b/assets/svg/GitHub.svg @@ -0,0 +1,14 @@ + + + diff --git a/index.html b/index.html index 74f428e..88a86cd 100644 --- a/index.html +++ b/index.html @@ -80,14 +80,14 @@