font size style
This commit is contained in:
@@ -25,36 +25,36 @@ p {
|
||||
|
||||
.grey-para {
|
||||
color: #D3D3D3;
|
||||
font-size: 15px;
|
||||
font-size: clamp(15px, 1.33333vw, 16px);
|
||||
word-spacing: 1px;
|
||||
}
|
||||
|
||||
.dark-grey-para {
|
||||
color: #A7A7A7;
|
||||
font-size: 15px;
|
||||
font-size: clamp(15px, 1.33333vw, 16px);
|
||||
}
|
||||
|
||||
.mini-head-para {
|
||||
font-size: 1.08rem;
|
||||
font-size: clamp(17px, 1.33333vw, 20px);
|
||||
margin-bottom: 6px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.micro-head-para {
|
||||
font-size: 1rem;
|
||||
font-size: clamp(16px, 1.33333vw, 18px);
|
||||
margin-bottom: 6px;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mid-para {
|
||||
font-size: 1.2rem;
|
||||
font-size: clamp(19px, 1.33333vw, 20px);
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
||||
.head {
|
||||
font-size: 2.7rem;
|
||||
font-size: clamp(40px, 1.33333vw, 46px);
|
||||
color: #fff;
|
||||
line-height: 130%;
|
||||
font-weight: 700;
|
||||
@@ -62,7 +62,7 @@ p {
|
||||
}
|
||||
|
||||
.mid-head {
|
||||
font-size: 2rem;
|
||||
font-size: clamp(30px, 1.33333vw, 34px);
|
||||
color: #fff;
|
||||
line-height: 40px;
|
||||
font-weight: 600;
|
||||
@@ -73,7 +73,7 @@ p {
|
||||
|
||||
|
||||
.mini-head {
|
||||
font-size: 1.16rem;
|
||||
font-size: clamp(17px, 1.33333vw, 19px);
|
||||
color: #fff;
|
||||
line-height: 30px;
|
||||
font-weight: 500;
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 441 KiB |
BIN
assets/images/new-img/azure.webp
Normal file
BIN
assets/images/new-img/azure.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
@@ -683,7 +683,7 @@
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.webp" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.webp" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
|
||||
@@ -413,7 +413,7 @@
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.webp" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
|
||||
@@ -302,7 +302,7 @@
|
||||
<span class="tooltip">Cloud Service</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.svg" alt="">
|
||||
<img loading="lazy" src="../assets/images/new-img/azure.webp" alt="">
|
||||
<span class="tooltip">Microsoft Azure</span>
|
||||
</div>
|
||||
<div class="tooltip-container">
|
||||
|
||||
Reference in New Issue
Block a user