diff --git a/index.html b/index.html index 91ce63f..8af9f48 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ display: inline-block; /* Treats each link like a block for styling */ color: #1E242B; /* Text color */ text-decoration: none; - font-size: 10px; + font-size: 12px; margin: 5px; /* Space between each "box" */ padding: 1px 10px; /* Padding inside each "box" */ background-color: #2AD87F; /* Background color of each "box" */ @@ -153,6 +153,14 @@ } + .n1{ + font-size: 25px; + } + + .n2{ + font-size: 50px; + } + @media (max-width: 768px) { @@ -162,6 +170,7 @@ nav a { margin: 10px 5px; /* Smaller margins for smaller screens */ + font-size: 9px; } .video-container .video-item { @@ -172,9 +181,20 @@ .socialLinks a, .portfolio_links a { font-size: 8px; - + font-weight: 400; + } + + + .n1{ + font-size: 12px; } + .n2{ + font-size: 25px; + } + + + } @@ -211,9 +231,9 @@