Skip to content

Commit 8cf0e65

Browse files
committed
Update _theme.scss
1 parent 55e536f commit 8cf0e65

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

_sass/_theme.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ body {
5959

6060
}
6161

62+
//RLW --26mar2026 fix resource table on mobile
63+
6264
.software-logo {
6365
max-height: 65px;
6466
width:auto;
@@ -92,6 +94,25 @@ body {
9294
line-height: 1.3;
9395
}
9496

97+
.col.software code {
98+
display: inline-block;
99+
max-width: 100%;
100+
white-space: normal;
101+
overflow-wrap: anywhere;
102+
word-break: break-word;
103+
}
104+
105+
.col.software td {
106+
vertical-align: top;
107+
}
108+
109+
.col.software td > * {
110+
margin-bottom: 6px;
111+
}
112+
113+
//RLW end fix table resource/mobile
114+
115+
95116
img.social-media {
96117
height: 1.3em;
97118
display: inline;

0 commit comments

Comments
 (0)