This commit is contained in:
Эмиль
2024-08-23 19:03:28 +03:00
parent 482029ed76
commit c596e4764a
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -23,13 +23,17 @@ p {
}
.main-preview{
.main-preview {
text-align: center;
background-color: blue;
width: 100%;
height: 80vh;
}
.main-preview-image {
height: 100%;
}
section{
background-color: darkred;
margin: auto;
@@ -62,6 +66,7 @@ section{
display: inline-block;
text-align: center;
background-color: orange;
width: 30%;
}
.card-description-box {
height: 80%;
@@ -73,4 +78,5 @@ section{
.card-image{
display: block;
width: 100%;
}