mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 04:28:43 +01:00
12 lines
98 B
CSS
12 lines
98 B
CSS
#outer-box {
|
|
padding: 5px;
|
|
}
|
|
|
|
#inner-box {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
#img {
|
|
margin-right: 5px;
|
|
}
|