Skip to content

Commit

Permalink
Responsive Mphill, Undergrad pages
Browse files Browse the repository at this point in the history
  • Loading branch information
blip-cmd committed Nov 28, 2023
1 parent 9f226dd commit 1822f83
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mphill.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>MPhil / MSc Programmes</h2>
</div>


<div class="benefits about-content">
<div class="benefits about-content" id="mphill-container">
<h3>MPhil / MSc Programmes </h3>
<div class="benefits-container">
<div class="benefits-experts about-content">
Expand Down
34 changes: 33 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ p {

.about-content {
padding: 10px;
margin: 1em;
margin: .5em;
}

.about-content h2 {
Expand Down Expand Up @@ -726,4 +726,36 @@ p {
form {
width: 90%;
}

.intro-hm .intro-txt h1{
font-size: 3em;
}


.benefits-container {
margin: 0;
}

.benefits-container .benefits-experts, .benefits-container .benefits-certificate {
max-width:100%;
}

.benefits-container {
flex-direction: column;
margin-bottom: 35px;
}

#undergrad-content{
padding:0;
margin:0;
}

.about-image img {
margin-bottom: 30px;
}

#mphill-container{
margin: .5em;
padding:0
}
}
2 changes: 1 addition & 1 deletion undergrad.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>Undergraduate Degree Programmes</h2>
</div>


<div class="benefits about-content">
<div class="benefits about-content" id="undergrad-content">
<h3>Undergraduate Courses </h3>
<div class="benefits-container">
<div class="benefits-experts about-content">
Expand Down

0 comments on commit 1822f83

Please sign in to comment.