We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c426b7 commit 57dbe7bCopy full SHA for 57dbe7b
packages/lit-dev-content/site/css/home/1-splash.css
@@ -2,13 +2,15 @@
2
display: flex;
3
align-items: center;
4
justify-content: center;
5
+ min-height: 50px;
6
background: #5865F2;
7
color: white;
- height: 48px;
8
}
9
10
#new-banner > p {
11
text-align: center;
12
+ padding: 2px 5px 2px 5px;
13
+ margin: 0px;
14
font-size: 18px;
15
16
@@ -108,6 +110,10 @@
108
110
109
111
112
@media (max-width: 900px) {
113
+ #new-banner > p {
114
+ font-size: 16px;
115
+ }
116
+
117
#intro {
118
flex-direction: column;
119
0 commit comments