mirror of
https://github.com/fazo96/homework.git
synced 2025-01-24 14:24:20 +01:00
12 lines
106 B
CSS
12 lines
106 B
CSS
.container {
|
|
max-width: 700px;
|
|
}
|
|
|
|
#quicknotes {
|
|
max-width: 500px;
|
|
}
|
|
|
|
#newNote {
|
|
max-width: 250px;
|
|
}
|