Skip to content

Commit

Permalink
Merge pull request #28 from OpenSynergic/content-section
Browse files Browse the repository at this point in the history
Memperbaiki judul pada history conference yang terlalu besar dan padding yang terlalu memakan space
  • Loading branch information
rahmanramsi authored Nov 22, 2024
2 parents 306667f + c8f5787 commit 66d4f71
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions public/Tempest.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@

/* Container styles */
.history-container {
margin-left: 15%;
margin-right: 15%;
margin-bottom: 15% !important;
position: relative;
overflow: hidden;
Expand All @@ -168,7 +166,7 @@

/* Title styles */
.title-history {
font-size: 1.75rem;
font-size: 26PX;
font-weight: 800;
color: oklch(var(--primary-color));
text-align: center;
Expand Down Expand Up @@ -259,7 +257,8 @@

/* Text content styles */
.text {
padding: 2rem;
padding: 1rem;
text-align: justify;
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
margin-top: 2rem;
Expand Down Expand Up @@ -977,6 +976,7 @@
.conf_description {
color: black;
margin-bottom: 2rem;
text-align: justify;
line-height: 1.6;
}

Expand Down Expand Up @@ -1085,13 +1085,12 @@

@media (max-width: 480px) {
.conf_container {
padding: 3rem;
padding: 1rem;
}

.conf_main_title {
font-size: 2rem;
}

.conf_buttons_wrapper {
flex-direction: column;
}
Expand Down Expand Up @@ -1412,7 +1411,7 @@
.banner-image {
width: 100%;
height: auto;
aspect-ratio: 16 / 9 !important;
aspect-ratio: 16 / 8 !important;
object-fit: cover;
}
}
Expand Down

0 comments on commit 66d4f71

Please sign in to comment.