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;
|
font-family: Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<header>
|
<header class="text-center m-6">
|
||||||
<h1>{{ title }}</h1>
|
<h1 class="text-3xl font-bold">{{ title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue