mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-24 19:48:41 -05:00
12 lines
217 B
CSS
12 lines
217 B
CSS
/**
|
|
* Copyright 2016 Attic Labs, Inc. All rights reserved.
|
|
* Licensed under the Apache License, version 2.0:
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*/
|
|
|
|
html, body {
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|