605
edits
SadanYagci (talk | contribs) No edit summary |
SadanYagci (talk | contribs) No edit summary |
||
Line 46: | Line 46: | ||
#mp-portals li { | #mp-portals li { | ||
float: left; | |||
width: 44%; | |||
min-width: 200px; | |||
margin: 1%; | |||
padding: 5px; | |||
min-height: 100px; | |||
display: flex; | |||
height: 100%; | height: 100%; | ||
align-items: center; | align-items: center; | ||
border: 5px black; | |||
background- | border-radius: 16px; | ||
background: white; | |||
box-shadow: 2px 2px 5px; | |||
} | } | ||
Line 62: | Line 66: | ||
height: 75px; | height: 75px; | ||
padding: 7px; | padding: 7px; | ||
} | |||
#mp-portals li h3{ | |||
padding-left:3px; | |||
} | } | ||