11 lines
101 B
CSS
11 lines
101 B
CSS
|
body {
|
||
|
padding-top: 5rem;
|
||
|
}
|
||
|
|
||
|
.main {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
|
||
|
.fabutton {
|
||
|
font-size: 1.2em;
|
||
|
}
|