intro
This commit is contained in:
parent
d4ec062e6b
commit
f616f3c999
1 changed files with 21 additions and 0 deletions
|
@ -34,8 +34,29 @@
|
||||||
#intro, #contact {
|
#intro, #contact {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#intro {
|
||||||
|
line-height: 1.33em;
|
||||||
|
}
|
||||||
#intro img {
|
#intro img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
#intro .row {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
#intro .row .block {
|
||||||
|
width: 100%
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 799px) {
|
||||||
|
#intro {
|
||||||
|
margin: 16px;
|
||||||
|
}
|
||||||
|
#intro .row {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue