We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021fbb5 commit 8c05300Copy full SHA for 8c05300
1 file changed
style.css
@@ -9,13 +9,11 @@ body {
9
margin: 0;
10
padding: 2rem;
11
text-align: center;
12
- overflow-x: auto;
13
}
14
15
img.logo {
16
width: 100%;
17
max-width: 535px;
18
- min-width: 400px;
19
height: auto;
20
margin-bottom: 15px;
21
vertical-align: bottom;
@@ -76,6 +74,9 @@ img.logo {
76
74
.project-with-image .text {
77
75
width: calc(100% - 210px);
78
+.project-with-image .text a {
+ white-space: nowrap;
79
+}
80
.project-with-image img {
81
width: 190px;
82
0 commit comments