Move things around in CSS

sql-rework
Tomasz Golinski 2020-01-25 15:27:37 +01:00
rodzic 74f220302c
commit 6c6b08ff27
1 zmienionych plików z 15 dodań i 14 usunięć

29
geo.css
Wyświetl plik

@ -25,14 +25,6 @@ h2 {
color: #48B;
}
.center {
text-align: center;
}
input[type=number] {
width: 60px;
}
div.basic_stats {
text-align: center;
padding-bottom: 20px;
@ -214,15 +206,24 @@ dl {
padding: .5rem 1rem;
}
/* index flow */
/* index-related rules */
.row {
display: flex;
width: 900px;
margin-left: auto;
margin-right: auto;
display: flex;
width: 900px;
margin-left: auto;
margin-right: auto;
}
.column {
flex: 50%;
flex: 50%;
}
.center {
text-align: center;
}
input[type=number] {
width: 60px;
}