Skip to content
Snippets Groups Projects

Update public/assets/css/main.css

Merged Diego Kiedanski requested to merge dkiedanski-main-patch-23073 into main
1 file
+ 7
5
Compare changes
  • Side-by-side
  • Inline
@@ -117,8 +117,8 @@ img {
@@ -117,8 +117,8 @@ img {
.footer__social .mix:hover .icon {
.footer__social .mix:hover .icon {
fill: #f77e25; }
fill: #f77e25; }
/* Typography
/* Typography
==========================================================================
==========================================================================
*/
*/
html {
html {
font-smooth: always;
font-smooth: always;
@@ -304,15 +304,17 @@ table {
@@ -304,15 +304,17 @@ table {
max-width: 100%;
max-width: 100%;
overflow-x: auto;
overflow-x: auto;
vertical-align: top;
vertical-align: top;
 
table-layout: fixed;
text-align: left;
text-align: left;
white-space: nowrap; }
white-space: pre-wrap; }
table th {
table th {
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
border-bottom: 2px solid rgba(0, 0, 0, 0.15);
padding: 0.75rem 1.25rem; }
padding: 0.75rem 1.25rem; }
table tr:nth-child(2n) {
table tr:nth-child(2n) {
background: #f6f6f7; }
background: #f6f6f7; }
table td {
table td {
padding: 0.75rem 1.25rem; }
padding: 0.75rem 1.25rem;
 
word-wrap: break-word; }
figcaption {
figcaption {
clear: both;
clear: both;
@@ -1919,4 +1921,4 @@ main {
@@ -1919,4 +1921,4 @@ main {
.pswp--light .pswp__caption__center {
.pswp--light .pswp__caption__center {
color: #4e5360; }
color: #4e5360; }
/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
\ No newline at end of file
Loading