Skip to content

Commit a697a95

Browse files
authored
Add border-radius and overflow to container style
1 parent 674928c commit a697a95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stamina/css/plain-style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ font-size: 18pt;
2424
display: flex;
2525
align-items: center;
2626
justify-content: center;
27+
border-radius: 20px; overflow: hidden;
2728
}
2829

2930
.header-title {
@@ -97,4 +98,4 @@ font-size: 18pt;
9798
.navbar-brand:empty {
9899
display: none;
99100
}
100-
}
101+
}

0 commit comments

Comments
 (0)