UNPKG
@rundexter/dexter-interactive
Version:
latest (0.0.1)
0.0.1
Facilitate interactivity between a webpage and a Dexter chatbot
rundexter/dexter-interactive
@rundexter/dexter-interactive
/
examples
/
01-minimal
/
index.css
21 lines
(17 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.hero-body
{
margin-right
:
350px
; }
@media
(
max-width
:
600px
) {
.hero-body
{
margin-right
:
0
; } }
#current-emoji
{
text-align
: center;
font-size
:
300px
; }
@media
(
max-width
:
600px
) {
#current-emoji
{
font-size
:
200px
; } }