This commit is contained in:
j 2022-04-22 19:37:13 +01:00
commit 050cdf637f
2 changed files with 26 additions and 24 deletions

View file

@ -34,30 +34,6 @@
#intro, #contact {
display: none;
}
#intro {
line-height: 1.33em;
}
#intro img {
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>
</head>
<body>