Commit 0e3dce3e by Madhankumar

font size change

parent 567faf79
...@@ -3,10 +3,7 @@ ...@@ -3,10 +3,7 @@
<head> <head>
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap" rel="stylesheet">
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap"
rel="stylesheet"
/>
</head> </head>
<body> <body>
<div class="logo"> <div class="logo">
......
...@@ -119,8 +119,10 @@ hr { ...@@ -119,8 +119,10 @@ hr {
height: 80px; height: 80px;
} }
.card-text { .card-text {
font-size: 28px; font-size: 34px;
width: 65%; font-family: "Poppins";
max-width: 60vw;
width: 100%;
} }
.sub-title { .sub-title {
font-size: 25px; 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