Skip to content

Commit e189ae8

Browse files
committed
transform something
1 parent 8fc457c commit e189ae8

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

css/style.css

+17-2
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,10 @@ div.hexa-gon-after {
20492049
.portfolioContainer .project-details,
20502050
.portfolioContainer .project-details-overlay {
20512051
position: absolute;
2052+
transform: scale(0.5, 0.5);
2053+
-webkit-transform: scale(0.5, 0.5);
2054+
-ms-transform: scale(0.5, 0.5);
2055+
-moz-transform: scale(0.5, 0.5);
20522056
left: 0;
20532057
right: 0;
20542058
top: 0;
@@ -2074,8 +2078,19 @@ div.hexa-gon-after {
20742078

20752079
.project-details .holders a:hover { text-decoration: none; }
20762080

2077-
.portfolioContainer .project-details.hovered { opacity: 1!important; }
2078-
.portfolioContainer .project-details-overlay.hovered { opacity: 0.8!important; }
2081+
.portfolioContainer .project-details.hovered {
2082+
opacity: 1!important;
2083+
transform: scale(1, 1);
2084+
-webkit-transform: scale(1, 1);
2085+
-ms-transform: scale(1, 1);
2086+
-moz-transform: scale(1, 1);}
2087+
.portfolioContainer .project-details-overlay.hovered {
2088+
opacity: 0.8!important;
2089+
transform: scale(1, 1);
2090+
-webkit-transform: scale(1, 1);
2091+
-ms-transform: scale(1, 1);
2092+
-moz-transform: scale(1, 1);}
2093+
}
20792094

20802095

20812096

0 commit comments

Comments
 (0)