Skip to content

Commit

Permalink
Improve mobile responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvinn8 committed Oct 5, 2024
1 parent f68866f commit 4743cfa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
<div id="root"></div>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>META Student</title>
<link rel="icon" href="favicon.png">
</head>
<body>
<div id="root"></div>
</body>
</html>
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import '../new-styles.css'
const Home = () => {
return (
<main>
<div className="col-2">
<div>
<div className="row">
<div className="col-lg mx-3">
<h1>Welcome to META!</h1>
<p>
META is the chapter hall shared between the Computer Science and Media Technology chapters at KTH.
Expand All @@ -18,8 +18,8 @@ const Home = () => {
if you have any questions (or have a passion for web design...).
</p>
</div>
<div>
<img src="/meta-ext.png" alt="META exterior" />
<div className="col-8-lg mx-auto">
<img src="/meta-ext.png" alt="META exterior" className="mw-100 mb-1" />
<p>
The outside of META, our chapter hall.
</p>
Expand Down

0 comments on commit 4743cfa

Please sign in to comment.