Skip to content

Commit a1e9336

Browse files
authored
fix: Update style.css (#357)
Minor CSS adjustments so the address form looks good on DevSite pages.
1 parent 509df9d commit a1e9336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/address-validation/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ html {
1313
font-family: "Google Sans", sans-serif;
1414
font-size: 20px;
1515
color: #333;
16-
background-color: #f4f4f9
1716
}
1817

1918
#sidebar {
2019
width: 800px;
2120
max-width: calc(100% - 2rem);
2221
background-color: #fff;
22+
border-color: #9ca3af;
23+
border-style: solid;
2324
border-radius: .5rem;
2425
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
2526
display: flex;

0 commit comments

Comments
 (0)