social icons switched to flex display.

This commit is contained in:
2023-08-04 12:53:49 +00:00
parent 9057189e80
commit cc62695f65
+8 -2
View File
@@ -919,13 +919,15 @@
/* Icons */
ul.icons {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
cursor: default;
list-style: none;
padding-left: 0;
li {
display: inline-block;
padding: 0 1em 0 0;
padding: 0.6em;
&:last-child {
padding-right: 0 !important;
@@ -939,6 +941,10 @@
}
}
.xxx-large {
font-size: xxx-large;
}
/* Table */
.table-wrapper {