styling styling styling
This commit is contained in:
parent
3b55694ea9
commit
e5885d2c63
6 changed files with 72 additions and 61 deletions
|
|
@ -19,16 +19,20 @@
|
|||
line-height: 1em;
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
@media screen and (max-width: 1024px) {
|
||||
h2 {
|
||||
font-size: 12em;
|
||||
}
|
||||
}
|
||||
p {
|
||||
p {
|
||||
flex: 1 1 100%;
|
||||
font-size: 1.5em;
|
||||
line-height: 1em;
|
||||
}
|
||||
@media screen and (max-width: 1024px) {
|
||||
h2 {
|
||||
font-size: 8em;
|
||||
}
|
||||
p {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
figure {
|
||||
padding: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue