Skip to content

Commit

Permalink
styles updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shliamin committed Jul 22, 2024
1 parent 84a5ad0 commit 5d6b381
Showing 1 changed file with 45 additions and 46 deletions.
91 changes: 45 additions & 46 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ body {

.note {
position: absolute;
top: -10px;
right: -35px;
top: 5px;
right: 15px;
background-color: white;
padding: 10px;
border-radius: 10px;
Expand Down Expand Up @@ -304,6 +304,43 @@ body {
height: auto;
}

.contact-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
}

.contact-item {
flex: 1 1 calc(33.333% - 10px);
display: flex;
align-items: center;
font-size: 16px;
margin-bottom: 20px;
}

.contact-item .contact-icon {
width: 36px;
height: 36px;
margin-right: 10px;
}

.contact-detail {
margin: 0;
color: #003366;
}

.contact-detail a {
color: inherit;
text-decoration: none;
}

.contact-label {
color: #888;
margin: 0;
margin-top: 1px;
}

@media (min-width: 769px) {
.container {
flex-direction: row;
Expand Down Expand Up @@ -397,51 +434,7 @@ body {
.section {
padding: 20px;
}
}

.contact-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
}

.contact-item {
flex: 1 1 calc(33.333% - 10px);
display: flex;
align-items: center;
font-size: 16px;
margin-bottom: 20px;
}

.contact-item .contact-icon {
width: 36px;
height: 36px;
margin-right: 10px;
}

.contact-detail {
margin: 0;
color: #003366;
}

.contact-detail a {
color: inherit;
text-decoration: none;
}

.contact-label {
color: #888;
margin: 0;
margin-top: 1px;
}

.note {
top: -5px;
right: -5px;
}

@media (max-width: 768px) {
.contact-info {
flex-direction: column;
}
Expand All @@ -463,4 +456,10 @@ body {
padding-left: 0;
padding-right: 0;
}

.note {
position: absolute;
top: -5px;
right: 90px;
}
}

0 comments on commit 5d6b381

Please sign in to comment.