diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 20:33:33 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-19 20:33:33 +0100 |
commit | 69c4d36ed09f170c14ef0f187528596552491f0a (patch) | |
tree | c406aa36b69cc9d29c596487a1f16476423e794b /src | |
parent | 5c29f010cf52f3ba5ee597a50df97219d8dc04a7 (diff) |
style: width of repo name in mobile
Diffstat (limited to 'src')
-rw-r--r-- | src/sass/_commit.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/_commit.sass b/src/sass/_commit.sass index e9e0e06..f6971d3 100644 --- a/src/sass/_commit.sass +++ b/src/sass/_commit.sass @@ -85,4 +85,4 @@ white-space: nowrap border-radius: 2px @include breakpoint(phablet) - width: 180px + max-width: 180px |