We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cce3e commit 04c6f8fCopy full SHA for 04c6f8f
1 file changed
_sass/_theme.scss
@@ -59,9 +59,21 @@ body {
59
60
}
61
62
-img.software-logo {
63
- height:70px;
64
- width:auto;
+.software-logo {
+ max-height: 65px;
+ 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
77
78
79
img.social-media {
0 commit comments