Remove: old css
This commit is contained in:
parent
92b3482110
commit
32851bead5
2 changed files with 2 additions and 11 deletions
|
@ -5,15 +5,6 @@
|
|||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.controls {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div class="container">
|
||||
<header>
|
||||
<h1>{{ title }}</h1>
|
||||
<header class="text-center m-6">
|
||||
<h1 class="text-3xl font-bold">{{ title }}</h1>
|
||||
</header>
|
||||
|
||||
<div class="controls">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue