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

github.com/Somrat37/somrat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ede028c..02e1ce6 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1268,6 +1268,10 @@ ul.experience-chart h4 {
.certification-img {
width: 100px;
margin: auto;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ text-align: center;
}
.certifications-icon img {
@@ -1275,16 +1279,24 @@ ul.experience-chart h4 {
}
.certification-label {
- position: absolute;
left: 0;
right: 0;
- top: 100px;
text-align: center;
font-weight: 700;
letter-spacing: -0.5px;
font-size: 19px;
}
+.certifications h4 {
+ font-size: 19px;
+ margin-top: 0;
+ margin-bottom: 4px;
+ text-align: center;
+ font-weight: 700;
+ letter-spacing: -0.5px;
+ color: #4d4d4d;
+}
+
/*--------------------------------
End Certifications
----------------------------------*/