code added
This commit is contained in:
@@ -12,6 +12,20 @@
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.font-1_7{
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
.font-2{
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.font-2_2{
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.subtitle_1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
@@ -31,6 +45,13 @@
|
||||
padding-top: 14rem;
|
||||
}
|
||||
|
||||
.p-6{
|
||||
padding:5rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// heights
|
||||
|
||||
.vh_60{
|
||||
@@ -48,3 +69,10 @@
|
||||
.vh-15 {
|
||||
height: 15vh;
|
||||
}
|
||||
|
||||
|
||||
// font weight
|
||||
|
||||
.fw-600{
|
||||
font-weight: 600;
|
||||
}
|
||||
Reference in New Issue
Block a user