Commit 0e3dce3e by Madhankumar

font size change

parent 567faf79
......@@ -3,10 +3,7 @@
<head>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="logo">
......
......@@ -119,8 +119,10 @@ hr {
height: 80px;
}
.card-text {
font-size: 28px;
width: 65%;
font-size: 34px;
font-family: "Poppins";
max-width: 60vw;
width: 100%;
}
.sub-title {
font-size: 25px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment