Skip to content

Commit

Permalink
Improve mobile codelab title.
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonRider0o0 authored Apr 7, 2022
1 parent c3b83b4 commit d977ead
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codelab-elements/google-codelab/google_codelab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ google-codelab #codelab-title {
padding: 0 36px 0 16px;
-webkit-font-smoothing: antialiased;
z-index: 1000;
max-width: 100vw;
}

google-codelab #codelab-title h1 {
Expand Down Expand Up @@ -120,6 +121,7 @@ google-codelab #controls {
google-codelab #fabs {
display: flex;
justify-content: space-between;
margin: 0 auto;
max-width: 1025px;
}

Expand Down Expand Up @@ -197,6 +199,10 @@ google-codelab .metadata a:focus {
padding-top: 0;
}

google-codelab #codelab-title {
padding: 0 16px;
}

google-codelab #codelab-title .codelab-time-container {
display: none;
}
Expand Down

0 comments on commit d977ead

Please sign in to comment.