commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user