This commit is contained in:
Dzejkobik007
2022-05-13 10:31:23 +02:00
parent 681430b399
commit c096bda375
2 changed files with 16 additions and 6 deletions

View File

@@ -27,6 +27,9 @@ article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
* {
overflow-x: hidden;
}
body {
line-height: 1;
}
@@ -62,9 +65,9 @@ table {
}
header {
width: 99%;
width: 100%;
height: 400px;
overflow:unset;
text-align: center;
display: block;
padding-top: 15%;
@@ -102,7 +105,7 @@ li a {
justify-content: center;
}
.card {
.card img {
width: 250px;
height: 300px;
display: block;
@@ -113,7 +116,14 @@ li a {
.card {
width: 250px;
height: 300px;
text-align: center;
display: block;
border: 1px;
border-color: black;
border-style: solid;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 768px) {