Skip to content

Commit 04c6f8f

Browse files
committed
Update _theme.scss
1 parent b2cce3e commit 04c6f8f

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

_sass/_theme.scss

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,21 @@ body {
5959

6060
}
6161

62-
img.software-logo {
63-
height:70px;
64-
width:auto;
62+
.software-logo {
63+
max-height: 65px;
64+
width:auto;
65+
}
66+
67+
@media screen and (max-width: 900px) {
68+
69+
.col.software {
70+
padding-left: 5px;
71+
padding-right: 5px;
72+
}
73+
74+
.col.software table {
75+
width: 100%;
76+
}
6577
}
6678

6779
img.social-media {

0 commit comments

Comments
 (0)