Skip to content

Commit 8c05300

Browse files
committed
Update style.css
1 parent 021fbb5 commit 8c05300

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ body {
99
margin: 0;
1010
padding: 2rem;
1111
text-align: center;
12-
overflow-x: auto;
1312
}
1413

1514
img.logo {
1615
width: 100%;
1716
max-width: 535px;
18-
min-width: 400px;
1917
height: auto;
2018
margin-bottom: 15px;
2119
vertical-align: bottom;
@@ -76,6 +74,9 @@ img.logo {
7674
.project-with-image .text {
7775
width: calc(100% - 210px);
7876
}
77+
.project-with-image .text a {
78+
white-space: nowrap;
79+
}
7980
.project-with-image img {
8081
width: 190px;
8182
height: auto;

0 commit comments

Comments
 (0)