diff --git a/index.html b/index.html index 8a61a8a..392a00a 100644 --- a/index.html +++ b/index.html @@ -80,8 +80,16 @@ font-size: 14px; } /* End code */ - - @media only screen and max-width: 480px){ +/* @media only screen and max-width:897px){ + .display-5 { + font-size: 20px; + +} +.bg-dark{ + font-size: 10px; +} */ +} + /* @media only screen and max-width: 480px){ html,body{ width: 100%; height: 100%; @@ -89,12 +97,56 @@ padding: 0; overflow-x:hidden; } - } + } */ + +@media only screen and (min-width:320px) and (max-width:480px) +{ + .navbar-brand{ + font-size:18.5px !important; + + } + .nav-link{ + font-size: 15px !important; + } + .display-5{ + font-size:12.5px !important; + } + .bg-dark { + font-size: 8px; + color: white !important; - +} +.p-3 { + padding: 0.5rem!important; +} +.msize{ + font-size:15px!important; +} +.Heading{ +font-size:22px !important; +} +.subcon{ + font-size:16px !important; + text-align: justify !important; +} +.btn.btn-md { + font-size: 10px !important; +} +.table td { + font-size: 15px !important; +} +.accor{ + font-size:14px !important; +} +.navbar-toggler-icon{ + height: 1.5rem; + width: 1.5rem; + } + .Heading1{ + font-size:18px !important; + } +} - - @@ -168,16 +220,20 @@