Skip to content

Commit 03a3fde

Browse files
committed
Rename CSS class.
1 parent b4b2f6d commit 03a3fde

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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 %}

assets/css/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)