avancement boutons pages
This commit is contained in:
@@ -1 +1,16 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 16px;
|
||||
|
||||
@media (min-width: 480px) {
|
||||
padding: 0 24px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
padding: 0 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user