renamed uploaded file

This commit is contained in:
2022-11-06 15:01:37 +03:00
parent 60f746b2ee
commit de3e20e0cb
5 changed files with 62 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ body {
background-color: #dcf3d0;
}
header{
header {
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
@@ -15,14 +15,14 @@ header{
line-height: 100px;
text-align: center;
color: #034956;
}
.row {
margin-top: 20px;
}
.col-md-4{
.col-md-4 {
margin-bottom: 25px;
}
@@ -50,19 +50,18 @@ header{
}
.card-img-top{
.card-img-top {
padding: 10px;
border-radius: 18px;
}
h5{
h5 {
font-size: 17px;
}
.mobile-margin{
.mobile-margin {
margin-bottom: 10px;
padding: 10px;
}
}