mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-26 17:02:27 -04:00
8 lines
145 B
CSS
8 lines
145 B
CSS
.flash-message {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
flex-direction: row-reverse;
|
|
margin-bottom: 0px;
|
|
}
|