This commit is contained in:
Joshua Killen 2020-04-17 11:25:23 +01:00
parent a98122f919
commit 9310eb5a4b
3 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
<details class="anchor" open>
<summary class="aboutTitle">The University</summary>
<article>
<p>
<p class="nextLine">
<img class="imgRight" src="about_assets/cucoventry.jpeg" alt="Image of CU Coventry Campus at Mile Lane">
<details class="anchor">
<summary class="aboutContent">CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University.

View File

@ -31,3 +31,7 @@ p .aboutContent {
p .aboutTitle {
font-size: 2em;
}
.nextLine {
clear: both;
}

View File

@ -28,10 +28,6 @@ abbr {
text-decoration: none;
}
details {
clear: both;
}
footer {
background-color: #0d0d0d;
padding-top: 25px;