Resolved cache issues

parent 893cc13f
......@@ -36,11 +36,7 @@ li a:hover {
<body>
<ul>
<<<<<<< HEAD
<li><a class="active" href="/announcement_board/">Announcements</a></li>
=======
<li><a class="active" href="/announcement_board/">Announcement Board</a></li>
>>>>>>> 43a7dbc9324df50f12044741db9be28e324c36fe
<li><a class="active" href="/announcement_board/">Back</a></li>
<li><a href="/dashboard/">Dashboard</a></li>
<li><a href="/forum/">Forum</a></li>
</ul>
......
# Generated by Django 4.2.1 on 2023-05-15 20:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('forum', '0004_merge_20230515_2025'),
('forum', '0004_merge_20230516_0026'),
]
operations = [
]
......@@ -96,7 +96,6 @@ ol {
text-shadow: 3px 3px 6px black;
}
<<<<<<< HEAD
/* announcement details heading */
section {
......@@ -113,35 +112,3 @@ section {
font-weight: 700;
font-family: 'Dancing Script', cursive;
}
/* dashboard pages styles */
body {
background-color: thistle;
font-size: 120%;
color: black;
font-family: 'Sans Serif';
text-align: justify;
}
h1 {
font-family: 'Papyrus';
text-align: center;
}
=======
/* announcement details heading */
section {
height: 100vh;
background: lightblue;
}
section span {
margin: 0;
font-size: 400%;
text-align: center;
line-height: 1;
padding-top: calc(50vh - 20pt);
display: block;
font-weight: 700;
font-family: 'Dancing Script', cursive;
}
>>>>>>> 43a7dbc9324df50f12044741db9be28e324c36fe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment