Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2021-09-20 20:59:27 +0300
committergurusabarish <gurusabarisha@gmail.com>2021-09-20 20:59:27 +0300
commitc6d520c6e748c22a77778d24d8850e04c70f6afd (patch)
treeea2da535c44ce57aed6c1bb416d284d329fd879e /static
parent1f867d7f285669ec47180be5ba5a4780c95db831 (diff)
#24
Diffstat (limited to 'static')
-rw-r--r--static/css/v3/v3.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/v3/v3.css b/static/css/v3/v3.css
index 59393f9..9988a51 100644
--- a/static/css/v3/v3.css
+++ b/static/css/v3/v3.css
@@ -143,14 +143,14 @@ a:hover {
opacity: 0.9;
}
.bg-pro img {
- height: 250px;
+ height: 300px;
width: 100%;
border-radius: 0.5rem !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.content-pro {
- height: 250px;
+ height: 300px;
background-color: #e5e4e2 !important;
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important;
@@ -176,9 +176,11 @@ a:hover {
margin-right: 10% !important;
}
.bg-pro img {
+ height: 250px;
border-radius: 0.5rem !important;
}
.content-pro {
+ height: 250px;
background-color: transparent !important;
position: absolute;
top: 8px;