diff --git a/index.html b/index.html
index 4148925..e4686ee 100644
--- a/index.html
+++ b/index.html
@@ -141,12 +141,23 @@
-->
diff --git a/style.css b/style.css
index d5832c1..d7bb303 100644
--- a/style.css
+++ b/style.css
@@ -274,6 +274,36 @@ footer{
flex-wrap: wrap;
}
+#footer_content h1{
+ font-size: 2em;
+ width: 100%;
+ margin: 0;
+ margin-bottom: 4px;
+ height: fit-content;
+}
+
+#footer_social_networks{
+ width: 15%;
+ border: 2px rgb(16, 207, 102) dotted;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ align-content: flex-start;
+ margin-right: 20px;
+}
+.footer_social_network_item{
+ width: 50px;
+ height: 50px;
+ margin: 0;
+ margin-right: 20px;
+ margin-top: 10px;
+}
+.footer_social_network_item img{
+ border-radius: 50%;
+ width: 100%;
+ height: 100%;
+}
+
#footer_content_links{
display: flex;
flex-direction: row;
@@ -281,11 +311,7 @@ footer{
min-width: 50px;
flex-wrap: wrap;
border: 2px rgb(212, 15, 230) dotted;
-}
-#footer_content_links h1{
- font-size: 2em;
- width: 100%;
- margin: 0;
+ align-content: flex-start;
}
.footer_links_box{
border: 3px blue dotted;
@@ -294,7 +320,7 @@ footer{
margin-bottom: 15px;
}
.footer_links_box_title{
- font-size: 1.8em;
+ font-size: 1.6em;
border-bottom: rgb(179, 72, 122) 2px solid;
margin: 0;
margin-bottom: 2px;