Skip to content

Commit

Permalink
fix size2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jun 27, 2023
1 parent 7cd2a32 commit 8ed9fc0
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions docs/src/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

.feature-item h2 svg {
height: 30px;
height: 20px;
float: left;
margin-right: 10px;
transform: translateY(10%);
Expand All @@ -93,7 +93,7 @@
.feature-item h2 {
color: #333;
font-weight: 300;
font-size: 25px;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand All @@ -104,8 +104,8 @@
}

.feature-item p {
font-size: 16px;
line-height: 1.8em;
font-size: 10px;
line-height: 1.5em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
color: #111;
Expand All @@ -121,7 +121,19 @@

@media screen and (min-width:60em) {
.tx-container {
height: 450px;
height: 500px;
}

.feature-item h2 {
font-size: 20px;
}

.feature-item p {
font-size: 12px;
}

.feature-item h2 svg {
height: 25px;
}

.md-sidebar--secondary {
Expand Down

0 comments on commit 8ed9fc0

Please sign in to comment.