added image container for about page

master
LinuxMint4Ever 2020-02-17 05:50:49 +01:00
parent a141889f4d
commit 166d1912a6
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@ div.round-border {
border-radius: 16px;
}
div.image_container {
border: 1px solid;
padding: 0.01em 16px;
background-color: #F0F0F0;
}
body {
background-color: #FEFFEF;
color: #000000;