File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656</ div > <!-- #nav-wrapper -->
5757
58- < div class ="contact d-flex justify-content-around mt-4 ">
58+ < div class ="sidebar-bottom d-flex justify-content-around mt-4 ">
5959
6060 < span id ="mode-toggle-wrapper " class ="d-flex justify-content-center align-items-center ">
6161 {% include dark-mode-toggle.html %}
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ body {
222222 margin-top : 2rem ;
223223}
224224
225- .contact {
225+ .sidebar-bottom {
226226 font-size : 1.2rem ;
227227 margin : 2rem 2.5rem ;
228228 flex-shrink : 0 ;
@@ -231,7 +231,7 @@ body {
231231 /* box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.22);*/
232232}
233233
234- #sidebar .contact a :hover ,
234+ #sidebar .sidebar-bottom a :hover ,
235235#sidebar #mode-toggle-wrapper :hover {
236236 color : #fff ;
237237}
@@ -1119,7 +1119,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
11191119 margin-right : 1rem ;
11201120 }
11211121
1122- .contact a {
1122+ .sidebar-bottom a {
11231123 padding : 0 0.6rem ;
11241124 }
11251125
@@ -1360,14 +1360,14 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
13601360 display : inline-block !important ;
13611361 }
13621362
1363- .contact {
1363+ .sidebar-bottom {
13641364 margin-left : 3.5rem ;
13651365 margin-right : 4.5rem ;
13661366 font-size : 1.3rem ;
13671367 padding-bottom : 1rem ;
13681368 }
13691369
1370- .contact a {
1370+ .sidebar-bottom a {
13711371 border : 1px solid ;
13721372 border-radius : 50% ;
13731373 font-size : 1rem ;
@@ -1376,7 +1376,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
13761376 text-align : center ;
13771377 }
13781378
1379- .contact a >i {
1379+ .sidebar-bottom a >i {
13801380 text-align : center ;
13811381 width : 1.25em ;
13821382 padding-top : .45rem ;
You can’t perform that action at this time.
0 commit comments