Skip to content

Commit 17a9104

Browse files
committed
Trying to fix project mascot table
1 parent 4192fc3 commit 17a9104

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

software/css/software.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ p.service-section-title {
701701
.project-table-code-name {
702702
font-weight: bold;
703703
text-transform: uppercase;
704-
width: 20%;
704+
width: 35%;
705705
float: left;
706706
vertical-align: middle;
707707
}
@@ -711,13 +711,14 @@ p.service-section-title {
711711
display: inline-block;
712712
width: 25px;
713713
height: 25px;
714-
background-size: 120%;
714+
background-size: 110%;
715715
margin-right: 10px;
716716
}
717717

718718
.project-table-description {
719719
color: grey;
720720
cursor: pointer;
721+
width:60%;
721722
}
722723

723724
div.project-table-row {

0 commit comments

Comments
 (0)