summaryrefslogtreecommitdiff
path: root/src/static/stylesheets/admin_blog.css
blob: 9f34d8804a70387abd37b47e36a357ac78216bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

textarea {
    width: 300px;
    height: 250px;
    resize: none;
}