Skip to content

Commit

Permalink
Menghapus komentar, memperbaiki dropdown responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
vrizas committed Feb 17, 2022
1 parent 2eae537 commit 783f86c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
15 changes: 4 additions & 11 deletions assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@
}

:root {
/* Colors */
--black : #000;
--white : #fff;
--gray-green : #679389;
--light-gray : #949494;
--green : #3c8f7c;
--dark-green : #1a3e36;

/* Font size */
--thin : 100;
--light : 300;
--rgl : 400;
--md : 500;
--bold : 700;
--black-size : 900;

/* Padding */
--content-pd : 15px 30px;
}

Expand Down Expand Up @@ -384,13 +381,13 @@ footer {
background-size: 200%;
}

.jumbotron button {
.jumbotron button, .jumbotron a.link-kerja {
font-size: 14px;
}

/* #tentang {
margin-bottom: 200px;
} */
.jumbotron .dropdown-btn, .jumbotron .dropdown-list {
width: 160px;
}

#tentang section {
width: 100%;
Expand All @@ -404,10 +401,6 @@ footer {
margin-right: 0;
}

/* #kerja {
margin-bottom: 550px;
} */

#kerja section {
flex-wrap: wrap;
align-items: center;
Expand Down
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tanam</title>
<!-- Icons -->
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<!-- Style -->
<link rel="stylesheet" href="assets/styles/style.css">
</head>
<body>
Expand Down

0 comments on commit 783f86c

Please sign in to comment.