Skip to content

Commit 57dbe7b

Browse files
author
Zack Noble
authored
Adjust Discord Banner Styling (#1104)
1 parent 9c426b7 commit 57dbe7b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/lit-dev-content/site/css/home/1-splash.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
display: flex;
33
align-items: center;
44
justify-content: center;
5+
min-height: 50px;
56
background: #5865F2;
67
color: white;
7-
height: 48px;
88
}
99

1010
#new-banner > p {
1111
text-align: center;
12+
padding: 2px 5px 2px 5px;
13+
margin: 0px;
1214
font-size: 18px;
1315
}
1416

@@ -108,6 +110,10 @@
108110
}
109111

110112
@media (max-width: 900px) {
113+
#new-banner > p {
114+
font-size: 16px;
115+
}
116+
111117
#intro {
112118
flex-direction: column;
113119
align-items: center;

0 commit comments

Comments
 (0)